IVsProfileSettingsTree Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the profile settings tree.
public interface class IVsProfileSettingsTree
public interface class IVsProfileSettingsTree
__interface IVsProfileSettingsTree
[System.Runtime.InteropServices.Guid("23B6FED1-C3CB-4006-BAD0-64A7EB61DF39")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsProfileSettingsTree
[<System.Runtime.InteropServices.Guid("23B6FED1-C3CB-4006-BAD0-64A7EB61DF39")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsProfileSettingsTree = interface
Public Interface IVsProfileSettingsTree
- Attributes
Methods
AddChildTree(IVsProfileSettingsTree) |
Adds a specified tree as a child tree. |
FindChildTree(String, IVsProfileSettingsTree) |
Finds a child tree. |
GetAlternatePath(String) |
Gets the name of the parent node for a node's placeholder node. |
GetCategory(String) |
Gets the category of a tree. |
GetChild(Int32, IVsProfileSettingsTree) |
Gets a child tree. |
GetChildCount(Int32) |
Gets the number of children. |
GetDescription(String) |
Gets the description of a node. |
GetDisplayName(String) |
Gets the display name of a node. |
GetEnabled(Int32) |
Specifies whether the tree is enabled. |
GetEnabledChildCount(Int32) |
Gets the number of enabled child nodes. |
GetFullPath(String) |
Gets the full path of a node. |
GetIsAutomationPropBased(Int32) |
Determines if automation is property based. |
GetIsPlaceholder(Int32) |
Determines if the node is a placeholder. |
GetNameForID(String) |
Gets the name of a node for identification. |
GetPackage(String) |
Gets the package associated with the tree. |
GetRegisteredName(String) |
Gets the registered name of the node. |
GetRepresentedNode(IVsProfileSettingsTree) |
Determines whether a placeholder node has a represented node. |
GetSecurityLevel(UInt32) |
Gets the security level of a node. |
GetSensitivityLevel(UInt32) |
The sensitivity level of a node. |
GetVisible(Int32) |
Determines if a placeholder node is visible. |
RevisePlacements(IVsProfileSettingsTree, IVsProfileSettingsTree, String) | |
SetEnabled(Int32, Int32) |
Specifies if a node is enabled. |