UCOMITypeInfo.GetVarDesc(Int32, IntPtr) Metodo

Definizione

Recupera una struttura VARDESC che descrive la variabile specificata.

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)

Parametri

index
Int32

Indice della descrizione della variabile da restituire.

ppVarDesc
IntPtr

nativeint

In caso di esito positivo, restituisce un riferimento all'oggetto VARDESC che descrive la variabile specificata.

Commenti

È possibile accedere ai valori di ppVarDesc tramite PtrToStructure.

Per altre informazioni su ITypeInfo::GetVarDesc, vedere MSDN Library.

Si applica a