UCOMITypeInfo.GetVarDesc(Int32, IntPtr) Metoda

Definice

Načte strukturu, která popisuje zadanou VARDESC 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

Po úspěšném vrácení odkaz na VARDESC zadanou proměnnou.

Poznámky

K hodnotám ppVarDesc lze přistupovat prostřednictvím PtrToStructure.

Další informace o ITypeInfo::GetVarDescknihovně MSDN naleznete v tématu.

Platí pro