IVsProfileSettingsTree.FindChildTree(String, IVsProfileSettingsTree) Méthode

Définition

Recherche une arborescence enfant.

public:
 int FindChildTree(System::String ^ bstrNameSearch, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsProfileSettingsTree ^ % ppChildTree);
public:
 int FindChildTree(Platform::String ^ bstrNameSearch, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsProfileSettingsTree ^ &  ppChildTree);
int FindChildTree(std::wstring const & bstrNameSearch, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsProfileSettingsTree const & & ppChildTree);
public int FindChildTree (string bstrNameSearch, out Microsoft.VisualStudio.Shell.Interop.IVsProfileSettingsTree ppChildTree);
abstract member FindChildTree : string * IVsProfileSettingsTree -> int
Public Function FindChildTree (bstrNameSearch As String, ByRef ppChildTree As IVsProfileSettingsTree) As Integer

Paramètres

bstrNameSearch
String

[in] Nom de l'arborescence à rechercher.

ppChildTree
IVsProfileSettingsTree

[out] Interface IVsProfileSettingsTree de l'arborescence enfant.

Retours

Int32

Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.

Remarques

Signature COM

À partir de vsshell80. idl :

[C++]

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

S’applique à