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 VARDESC , který popisuje zadanou proměnnou.

Poznámky

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

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

Platí pro