IVsProfileSettingsTree.AddChildTree(IVsProfileSettingsTree) Method
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.
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
);