IVsProfileSettingsTree.GetChild(Int32, IVsProfileSettingsTree) Método

Definição

Obtém uma árvore filho.

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

Parâmetros

index
Int32

fora O local da árvore filho.

ppChildTree
IVsProfileSettingsTree

fora Uma IVsProfileSettingsTree interface para a árvore filho.

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Comentários

Assinatura COM

De vsshell80. idl:

[C++]

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

Aplica-se a