NodeProperties Members

To create your own localizable node properties, inherit from NodeProperties and add public properties decorated with your own localized display name, category and description attributes.

The NodeProperties type exposes the following members.

Constructors

  Name Description
Public method NodeProperties Initializes a new instance of the NodeProperties class.

Top

Methods

  Name Description
Public method CreateDesignPropertyDescriptor Creates a new DesignPropertyDescriptor from the specified PropertyDescriptor. (Inherited from LocalizableProperties.)
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Public method Extender Gets the extender of the specified name.
Public method ExtenderNames Gets the names of the extenders.
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetAttributes Gets an attribute collection. (Inherited from LocalizableProperties.)
Public method GetCfgProvider Returns the configuration provider for the associated hierarchy node.
Public method GetClassName Gets the class name of this class. (Inherited from LocalizableProperties.)
Public method GetComponentName Gets the name of the associated hierarchy node. (Overrides LocalizableProperties.GetComponentName().)
Public method GetConverter Gets the type converter. (Inherited from LocalizableProperties.)
Public method GetDefaultEvent Gets the default event. (Inherited from LocalizableProperties.)
Public method GetDefaultProperty Gets the default property. (Inherited from LocalizableProperties.)
Public method GetEditor Gets an editor of the specified base type. (Inherited from LocalizableProperties.)
Public method GetEvents Overloaded.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetPages Fills in an array of class identifiers (CLSID) of property pages that can be displayed for this object.
Public method GetProjectDesignerPages Gets the property pages that are associated with the project designer.
Public method GetProjectItem Gets the hierarchy or project item object corresponding to the browse object.
Public method GetProperties Overloaded.
Protected method GetProperty Returns the value for a specific property of the node.
Public method GetPropertyOwner Gets the owner of the specified property. (Inherited from LocalizableProperties.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method SetProperty Sets the property on the project hierarchy node.
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Public property ExtenderCATID
Public property Name Gets the name of the properties page.
Public property Node Gets or sets the hierarchy node with which these properties are associated.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IInternalExtenderProvider.CanExtend
Explicit interface implemetationPrivate method IInternalExtenderProvider.GetExtender
Explicit interface implemetationPrivate method IInternalExtenderProvider.GetExtenderNames

Top

See Also

Reference

NodeProperties Class

Microsoft.VisualStudio.Package Namespace