IVsProfileSettingsTree Interface
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 | |
---|---|---|
![]() |
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