UCOMITypeInfo.GetVarDesc(Int32, IntPtr) Metoda

Definice

Načte VARDESC strukturu, která popisuje zadanou proměnnou.

public:
 void GetVarDesc(int index, [Runtime::InteropServices::Out] IntPtr % ppVarDesc);
public void GetVarDesc (int index, out IntPtr ppVarDesc);
abstract member GetVarDesc : int * nativeint -> unit
Public Sub GetVarDesc (index As Integer, ByRef ppVarDesc As IntPtr)

Parametry

index
Int32

Index popisu proměnné, která se má vrátit.

ppVarDesc
IntPtr

nativeint

Při úspěšném návratu odkaz na proměnnou VARDESC , která popisuje zadanou proměnnou.

Poznámky

K hodnotám je ppVarDesc možné přistupovat prostřednictvím PtrToStructure.

Další informace o ITypeInfo::GetVarDescnástroji naleznete v knihovně MSDN.

Platí pro