IVsProfileSettingsTree.GetChild(Int32, IVsProfileSettingsTree) Methode

Definition

Ruft eine untergeordnete Struktur ab.

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

Parameter

index
Int32

[out] Der Speicherort der untergeordneten Struktur.

ppChildTree
IVsProfileSettingsTree

[out] Eine IVsProfileSettingsTree-Schnittstelle für die untergeordnete Struktur.

Gibt zurück

Int32

Wenn die Methode erfolgreich ist, wird S_OK zurückgegeben. Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

COM-Signatur

Aus vsshell80. idl:

[C++]

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

Gilt für