IVsProfileSettingsTree.GetChild(Int32, IVsProfileSettingsTree) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
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
);