IVsProfileSettingsTree.AddChildTree(IVsProfileSettingsTree) Method
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);
C++/CX
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
- pChildTree
- IVsProfileSettingsTree
[in] Adds the given tree as a child tree.
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
C++
From vsshell80.idl:
HRESULT IVsProfileSettingsTree::AddChildTree(
[in] IVsProfileSettingsTree *pChildTree
);
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |