NodeProperties Members
Include Protected Members
Include Inherited Members
This type is only used internally; you cannot use it directly from your code. 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.
Methods
Name | Description | |
---|---|---|
CreateDesignPropertyDescriptor | Creates a new DesignPropertyDescriptor using the supplied property descriptor. (Inherited from LocalizableProperties.) | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Extender | Gets the extender of the specified name. | |
ExtenderNames | Gets the names of the extenders. | |
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.) | |
GetAttributes | Gets a collection of attributes for this component. (Inherited from LocalizableProperties.) | |
GetCfgProvider | Gets the configuration provider for the associated hierarchy node. | |
GetClassName | Returns the class name of this object. (Inherited from LocalizableProperties.) | |
GetComponentName | Override. Gets the name of the associated hierarchy node. (Overrides LocalizableProperties.GetComponentName().) | |
GetConverter | Returns a type converter for this object. (Inherited from LocalizableProperties.) | |
GetDefaultEvent | Returns the default event for this object. (Inherited from LocalizableProperties.) | |
GetDefaultProperty | Gets the default property for a component. (Inherited from LocalizableProperties.) | |
GetEditor | Retrieves the editor for this object. (Inherited from LocalizableProperties.) | |
GetEvents | Overloaded. Gets the collection of events. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetPages | Fills in an array of class identifiers (CLSID) of property pages that can be displayed for this object. | |
GetProjectDesignerPages | Gets the property pages that are associated with the project designer. | |
GetProjectItem | Gets the hierarchy or project item object corresponding to the browse object. | |
GetProperties | Overloaded. Gets the collection of properties. | |
GetProperty | Returns the value for a specific property of the node. | |
GetPropertyOwner | Returns the browseable object, given a property descriptor. (Inherited from LocalizableProperties.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetProperty | Sets the property on the project hierarchy node. | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
ExtenderCATID | Gets an extender CATID. | |
Name | Gets the name of the properties page. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IInternalExtenderProvider.CanExtend | ||
IInternalExtenderProvider.GetExtender | ||
IInternalExtenderProvider.GetExtenderNames |
Top
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace