IVsProfileSettingsTree.FindChildTree(String, IVsProfileSettingsTree) Method

Definition

Finds a child tree.

C++/CX
public:
 int FindChildTree(Platform::String ^ bstrNameSearch, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsProfileSettingsTree ^ &  ppChildTree);

Parameters

bstrNameSearch
String

[in] The name of the tree to find.

ppChildTree
IVsProfileSettingsTree

[out] An IVsProfileSettingsTree interface to the child tree.

Returns

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

Remarks

COM Signature

From vsshell80.idl:

[C++]

HRESULT FindChildTree(  
   [in] BSTR bstrNameSearch,   
   [out] IVsProfileSettingsTree **ppChildTree  
);  

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022