IVsProfileSettingsTree.GetChild(Int32, IVsProfileSettingsTree) Метод

Определение

Получает дочернее дерево.

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

Параметры

index
Int32

[out] Местоположение дочернего дерева.

ppChildTree
IVsProfileSettingsTree

[out] Интерфейс IVsProfileSettingsTree к дочернему дереву.

Возвращаемое значение

Int32

Если метод завершается успешно, возвращает значение S_OK. В противном случае функция возвращает код ошибки.

Комментарии

Подпись COM

Из vsshell80. IDL:

[C++]

HRESULT IVsProfileSettingsTree::GetChild(  
   [in] int index,   
   [out] IVsProfileSettingsTree **ppChildTree  
);  

Применяется к