ITypeInfo.GetVarDesc(Int32, IntPtr) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索描述指定变量的 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 方法。