次の方法で共有


UCOMITypeInfo.ReleaseTypeAttr メソッド

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

Sub ReleaseTypeAttr( _
   ByVal pTypeAttr As IntPtr _)
[C#]
void ReleaseTypeAttr(
   IntPtrpTypeAttr);
[C++]
void ReleaseTypeAttr(
   IntPtrpTypeAttr);
[JScript]
function ReleaseTypeAttr(
   pTypeAttr : IntPtr);

パラメータ

  • pTypeAttr
    解放する TYPEATTR への参照。

解説

ITypeInfo::ReleaseTypeAttr の詳細については、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 名前空間