IVsProfileSettingsTree Interface

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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
Public method AddChildTree Adds a specified tree as a child tree.
Public method FindChildTree Finds a child tree.
Public method GetAlternatePath Gets the name of the parent node for a node's placeholder node.
Public method GetCategory Gets the category of a tree.
Public method GetChild Gets a child tree.
Public method GetChildCount Gets the number of children.
Public method GetDescription Gets the description of a node.
Public method GetDisplayName Gets the display name of a node.
Public method GetEnabled Specifies whether the tree is enabled.
Public method GetEnabledChildCount Gets the number of enabled child nodes.
Public method GetFullPath Gets the full path of a node.
Public method GetIsAutomationPropBased Determines if automation is property based.
Public method GetIsPlaceholder Determines if the node is a placeholder.
Public method GetNameForID Gets the name of a node for identification.
Public method GetPackage Gets the package associated with the tree.
Public method GetRegisteredName Gets the registered name of the node.
Public method GetRepresentedNode Determines whether a placeholder node has a represented node.
Public method GetSecurityLevel Gets the security level of a node.
Public method GetSensitivityLevel The sensitivity level of a node.
Public method GetVisible Determines if a placeholder node is visible.
Public method RevisePlacements
Public method SetEnabled Specifies if a node is enabled.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace