OAProperty Class

Represents one property in a generic collection of properties for a given object.

Namespace:  Microsoft.VisualStudio.Package.Automation
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public Class OAProperty _
    Implements Property
'使用
Dim instance As OAProperty
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public class OAProperty : Property
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class OAProperty : Property
public class OAProperty implements Property

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Package.Automation.OAProperty

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

OAProperty Members

Microsoft.VisualStudio.Package.Automation Namespace