UCOMITypeInfo.GetVarDesc(Int32, IntPtr) 方法

定义

检索描述指定变量的 VARDESC 结构。

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)

参数

index
Int32

要返回的变量说明的索引。

ppVarDesc
IntPtr

nativeint

成功返回时,对描述指定变量的 VARDESC 的引用。

注解

ppVarDesc的值可以通过 访问PtrToStructure

有关 的其他 ITypeInfo::GetVarDesc信息,请参阅 MSDN 库。

适用于