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
Public method PropertyItem Initializes a new instance of the PropertyItem class.

Top

Properties

  Name Description
Public property 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
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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