IVsProfileSettingsTree.FindChildTree(String, IVsProfileSettingsTree) Yöntem

Tanım

Bir alt ağaç bulur.

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

Parametreler

bstrNameSearch
String

'ndaki Bulunacak ağacın adı.

ppChildTree
IVsProfileSettingsTree

dışı IVsProfileSettingsTree Alt ağaç için bir arabirim.

Döndürülenler

Int32

Yöntem başarılı olursa, döndürür S_OK . Başarısız olursa, bir hata kodu döndürür.

Açıklamalar

COM Imzası

Vsshell80. IDL adresinden:

[C++]

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

Şunlara uygulanır