IVsProfileSettingsTree Members
Include Protected Members
Include Inherited Members
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
The IVsProfileSettingsTree type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddChildTree | Adds a specified tree as a child tree. | |
FindChildTree | Finds a child tree. | |
GetAlternatePath | Gets the name of the parent node for a node's placeholder node. | |
GetCategory | Gets the category of a tree. | |
GetChild | Gets a child tree. | |
GetChildCount | Gets the number of children. | |
GetDescription | Gets the description of a node. | |
GetDisplayName | Gets the display name of a node. | |
GetEnabled | Specifies whether the tree is enabled. | |
GetEnabledChildCount | Gets the number of enabled child nodes. | |
GetFullPath | Gets the full path of a node. | |
GetIsAutomationPropBased | Determines if automation is property based. | |
GetIsPlaceholder | Determines if the node is a placeholder. | |
GetNameForID | Gets the name of a node for identification. | |
GetPackage | Gets the package associated with the tree. | |
GetRegisteredName | Gets the registered name of the node. | |
GetRepresentedNode | Determines whether a placeholder node has a represented node. | |
GetSecurityLevel | Gets the security level of a node. | |
GetSensitivityLevel | The sensitivity level of a node. | |
GetVisible | Determines if a placeholder node is visible. | |
RevisePlacements | ||
SetEnabled | Specifies if a node is enabled. |
Top