IVsProfileSettingsTree.GetChild(Int32, 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ğacı alır.
public:
int GetChild(int index, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsProfileSettingsTree ^ % ppChildTree);
public:
int GetChild(int index, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsProfileSettingsTree ^ & ppChildTree);
int GetChild(int index, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsProfileSettingsTree const & & ppChildTree);
public int GetChild (int index, out Microsoft.VisualStudio.Shell.Interop.IVsProfileSettingsTree ppChildTree);
abstract member GetChild : int * IVsProfileSettingsTree -> int
Public Function GetChild (index As Integer, ByRef ppChildTree As IVsProfileSettingsTree) As Integer
Parametreler
- index
- Int32
dışı Alt ağacın konumu.
- 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 IVsProfileSettingsTree::GetChild(
[in] int index,
[out] IVsProfileSettingsTree **ppChildTree
);