次の方法で共有


UCOMITypeInfo.ReleaseVarDesc メソッド

以前に GetVarDesc によって返された VARDESC を解放します。

Sub ReleaseVarDesc( _
   ByVal pVarDesc As IntPtr _)
[C#]
void ReleaseVarDesc(
   IntPtrpVarDesc);
[C++]
void ReleaseVarDesc(
   IntPtrpVarDesc);
[JScript]
function ReleaseVarDesc(
   pVarDesc : IntPtr);

パラメータ

  • pVarDesc
    解放する VARDESC への参照。

解説

ITypeInfo::ReleaseVarDesc の詳細については、MSDN ライブラリを参照してください。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

UCOMITypeInfo インターフェイス | UCOMITypeInfo メンバ | System.Runtime.InteropServices 名前空間