FolderNodeProperties Members
Provides a simple collection to use to store a set of properties for a folder hierarchy item.
The FolderNodeProperties type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FolderNodeProperties | Initializes a new instance of the FolderNodeProperties class for the specified hierarchy node. |
Top
Methods
Name | Description | |
---|---|---|
CreateDesignPropertyDescriptor | Creates a new DesignPropertyDescriptor from the specified PropertyDescriptor. (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. (Inherited from NodeProperties.) | |
ExtenderNames | Gets the names of the extenders. (Inherited from NodeProperties.) | |
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 an attribute collection. (Inherited from LocalizableProperties.) | |
GetCfgProvider | Returns the configuration provider for the associated hierarchy node. (Inherited from NodeProperties.) | |
GetClassName | Gets the localized name of the derived FolderNodeProperties class. (Overrides LocalizableProperties.GetClassName().) | |
GetComponentName | Gets the name of the associated hierarchy node. (Inherited from NodeProperties.) | |
GetConverter | Gets the type converter. (Inherited from LocalizableProperties.) | |
GetDefaultEvent | Gets the default event. (Inherited from LocalizableProperties.) | |
GetDefaultProperty | Gets the default property. (Inherited from LocalizableProperties.) | |
GetEditor | Gets an editor of the specified base type. (Inherited from LocalizableProperties.) | |
GetEvents | Overloaded. | |
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. (Inherited from NodeProperties.) | |
GetProjectDesignerPages | Gets the property pages that are associated with the project designer. (Inherited from NodeProperties.) | |
GetProjectItem | Gets the hierarchy or project item object corresponding to the browse object. (Inherited from NodeProperties.) | |
GetProperties | Overloaded. | |
GetProperty | Returns the value for a specific property of the node. (Inherited from NodeProperties.) | |
GetPropertyOwner | Gets the owner of the specified property. (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. (Inherited from NodeProperties.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
ExtenderCATID | (Inherited from NodeProperties.) | |
FileName | Gets and sets the name of the folder. | |
FolderName | Gets and sets the name of the folder. | |
FullPath | Gets the absolute path of the folder node, ending with the directory separator character. | |
Name | Gets the name of the properties page. (Inherited from NodeProperties.) | |
Node | Gets or sets the hierarchy node with which these properties are associated. (Inherited from NodeProperties.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IInternalExtenderProvider.CanExtend | (Inherited from NodeProperties.) | |
IInternalExtenderProvider.GetExtender | (Inherited from NodeProperties.) | |
IInternalExtenderProvider.GetExtenderNames | (Inherited from NodeProperties.) |
Top