IVsProfileSettingsTree.AddChildTree(IVsProfileSettingsTree) Method

Definition

Adds a specified tree as a child tree.

C++/CX
public:
 int AddChildTree(Microsoft::VisualStudio::Shell::Interop::IVsProfileSettingsTree ^ pChildTree);

Parameters

pChildTree
IVsProfileSettingsTree

[in] Adds the given tree as a child tree.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

C++

From vsshell80.idl:

HRESULT IVsProfileSettingsTree::AddChildTree(  
   [in] IVsProfileSettingsTree *pChildTree  
);  

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022