共用方式為


ITypeInfo.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 方法

適用於