IVsProfileSettingsTree.AddChildTree(IVsProfileSettingsTree) Method

Definition

Adds a specified tree as a child tree.

public:
 int AddChildTree(Microsoft::VisualStudio::Shell::Interop::IVsProfileSettingsTree ^ pChildTree);
public:
 int AddChildTree(Microsoft::VisualStudio::Shell::Interop::IVsProfileSettingsTree ^ pChildTree);
int AddChildTree(Microsoft::VisualStudio::Shell::Interop::IVsProfileSettingsTree const & pChildTree);
public int AddChildTree (Microsoft.VisualStudio.Shell.Interop.IVsProfileSettingsTree pChildTree);
abstract member AddChildTree : Microsoft.VisualStudio.Shell.Interop.IVsProfileSettingsTree -> int
Public Function AddChildTree (pChildTree As IVsProfileSettingsTree) As Integer

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