ITypeInfo2.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 结构的引用。 此参数未经初始化即被传递。

实现

注解

可以通过 方法访问 PtrToStructure 参数的值ppVarDesc

有关详细信息,请参阅 ITypeInfo::GetVarDesc 方法

适用于