IVsProfileSettingsTree Methods

 

This API supports the product 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)

NameDescription
System_CAPS_pubmethodAddChildTree(IVsProfileSettingsTree^)

This API supports the product infrastructure and is not intended to be used directly from your code. Adds a specified tree as a child tree.

System_CAPS_pubmethodFindChildTree(String^, IVsProfileSettingsTree^)

This API supports the product infrastructure and is not intended to be used directly from your code. Finds a child tree.

System_CAPS_pubmethodGetAlternatePath(String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the name of the parent node for a node's placeholder node.

System_CAPS_pubmethodGetCategory(String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the category of a tree.

System_CAPS_pubmethodGetChild(Int32, IVsProfileSettingsTree^)

This API supports the product infrastructure and is not intended to be used directly from your code. Gets a child tree.

System_CAPS_pubmethodGetChildCount(Int32)

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the number of children.

System_CAPS_pubmethodGetDescription(String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the description of a node.

System_CAPS_pubmethodGetDisplayName(String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the display name of a node.

System_CAPS_pubmethodGetEnabled(Int32)

This API supports the product infrastructure and is not intended to be used directly from your code. Specifies whether the tree is enabled.

System_CAPS_pubmethodGetEnabledChildCount(Int32)

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the number of enabled child nodes.

System_CAPS_pubmethodGetFullPath(String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the full path of a node.

System_CAPS_pubmethodGetIsAutomationPropBased(Int32)

This API supports the product infrastructure and is not intended to be used directly from your code. Determines if automation is property based.

System_CAPS_pubmethodGetIsPlaceholder(Int32)

This API supports the product infrastructure and is not intended to be used directly from your code. Determines if the node is a placeholder.

System_CAPS_pubmethodGetNameForID(String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the name of a node for identification.

System_CAPS_pubmethodGetPackage(String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the package associated with the tree.

System_CAPS_pubmethodGetRegisteredName(String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the registered name of the node.

System_CAPS_pubmethodGetRepresentedNode(IVsProfileSettingsTree^)

This API supports the product infrastructure and is not intended to be used directly from your code. Determines whether a placeholder node has a represented node.

System_CAPS_pubmethodGetSecurityLevel(UInt32)

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the security level of a node.

System_CAPS_pubmethodGetSensitivityLevel(UInt32)

This API supports the product infrastructure and is not intended to be used directly from your code. The sensitivity level of a node.

System_CAPS_pubmethodGetVisible(Int32)

This API supports the product infrastructure and is not intended to be used directly from your code. Determines if a placeholder node is visible.

System_CAPS_pubmethodRevisePlacements(IVsProfileSettingsTree^, IVsProfileSettingsTree^, String^)

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

System_CAPS_pubmethodSetEnabled(Int32, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code. Specifies if a node is enabled.

Return to top
Show: