IVsProfileSettingsTree.FindChildTree(String, IVsProfileSettingsTree) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
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
);