UCOMITypeInfo.ReleaseVarDesc(IntPtr) 方法

定义

VARDESC释放以前由 GetVarDesc(Int32, IntPtr).

public:
 void ReleaseVarDesc(IntPtr pVarDesc);
public void ReleaseVarDesc(IntPtr pVarDesc);
abstract member ReleaseVarDesc : nativeint -> unit
Public Sub ReleaseVarDesc (pVarDesc As IntPtr)

参数

pVarDesc
IntPtr

nativeint

VARDESC 发布的引用。

注解

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

适用于