IVsProfileSettingsTree.GetChild(Int32, IVsProfileSettingsTree) Yöntem

Tanım

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

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 IVsProfileSettingsTree::GetChild(  
   [in] int index,   
   [out] IVsProfileSettingsTree **ppChildTree  
);  

Şunlara uygulanır