This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents the profile settings tree.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("23B6FED1-C3CB-4006-BAD0-64A7EB61DF39")> _
Public Interface IVsProfileSettingsTree
[InterfaceTypeAttribute()]
[GuidAttribute("23B6FED1-C3CB-4006-BAD0-64A7EB61DF39")]
public interface IVsProfileSettingsTree
[InterfaceTypeAttribute()]
[GuidAttribute(L"23B6FED1-C3CB-4006-BAD0-64A7EB61DF39")]
public interface class IVsProfileSettingsTree
[<InterfaceTypeAttribute()>]
[<GuidAttribute("23B6FED1-C3CB-4006-BAD0-64A7EB61DF39")>]
type IVsProfileSettingsTree =  interface end
public interface IVsProfileSettingsTree
The IVsProfileSettingsTree type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | AddChildTree | Adds a specified tree as a child tree. | 
| .gif) | FindChildTree | Finds a child tree. | 
| .gif) | GetAlternatePath | Gets the name of the parent node for a node's placeholder node. | 
| .gif) | GetCategory | Gets the category of a tree. | 
| .gif) | GetChild | Gets a child tree. | 
| .gif) | GetChildCount | Gets the number of children. | 
| .gif) | GetDescription | Gets the description of a node. | 
| .gif) | GetDisplayName | Gets the display name of a node. | 
| .gif) | GetEnabled | Specifies whether the tree is enabled. | 
| .gif) | GetEnabledChildCount | Gets the number of enabled child nodes. | 
| .gif) | GetFullPath | Gets the full path of a node. | 
| .gif) | GetIsAutomationPropBased | Determines if automation is property based. | 
| .gif) | GetIsPlaceholder | Determines if the node is a placeholder. | 
| .gif) | GetNameForID | Gets the name of a node for identification. | 
| .gif) | GetPackage | Gets the package associated with the tree. | 
| .gif) | GetRegisteredName | Gets the registered name of the node. | 
| .gif) | GetRepresentedNode | Determines whether a placeholder node has a represented node. | 
| .gif) | GetSecurityLevel | Gets the security level of a node. | 
| .gif) | GetSensitivityLevel | The sensitivity level of a node. | 
| .gif) | GetVisible | Determines if a placeholder node is visible. | 
| .gif) | RevisePlacements | |
| .gif) | SetEnabled | Specifies if a node is enabled. | 
Top