IVsProfileSettingsTree.FindChildTree(String, IVsProfileSettingsTree) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
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
);