PropertyItem Class
This class and its members are reserved for internal use and are not intended to be used in your code. Represents a single property in a PropertyItem.
This API is not CLS-compliant.
Inheritance Hierarchy
System..::..Object
Microsoft.VisualStudio.Data.Tools.Package.Internal..::..PropertyItem
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Class PropertyItem
'Usage
Dim instance As PropertyItem
[CLSCompliantAttribute(false)]
public class PropertyItem
[CLSCompliantAttribute(false)]
public ref class PropertyItem
[<CLSCompliantAttribute(false)>]
type PropertyItem = class end
public class PropertyItem
The PropertyItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PropertyItem | Initializes a new instance of the PropertyItem class. |
Top
Properties
Name | Description | |
---|---|---|
Attributes | Gets or sets a collection of additional Attributes for this property. This can be used to specify attributes beyond those supported intrinsically by the PropertyItem class, such as ReadOnly and Browsable. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
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
Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace