IVsProfileSettingsTree.GetChild(Int32, IVsProfileSettingsTree) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
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
);