次の方法で共有


ComImportAttribute クラス

属性の型が以前に COM で定義されたことを示します。

この型のすべてのメンバの一覧については、ComImportAttribute メンバ を参照してください。

System.Object
   System.Attribute
      System.Runtime.InteropServices.ComImportAttribute

<AttributeUsage(AttributeTargets.Class Or _
   AttributeTargets.Interface)>
NotInheritable Public Class ComImportAttribute   Inherits Attribute
[C#]
[AttributeUsage(AttributeTargets.Class |
   AttributeTargets.Interface)]
public sealed class ComImportAttribute : Attribute
[C++]
[AttributeUsage(AttributeTargets::Class |
   AttributeTargets::Interface)]
public __gc __sealed class ComImportAttribute : public Attribute
[JScript]
public
   AttributeUsage(AttributeTargets.Class | AttributeTargets.Interface)
class ComImportAttribute extends Attribute

スレッドセーフ

この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。

解説

この属性は、タイプ ライブラリをインポートするときに タイプ ライブラリ インポータ (Tlbimp.exe) が基本的に自動適用しますが、クラスまたはインターフェイスに適用することもできます。

ComImportAttribute は、その型が以前に公開されたタイプ ライブラリで定義されていたことを示す疑似カスタム属性です。共通言語ランタイムは、アクティブ化、エクスポート、強制変換などの実行時に、これらの型を異なる方法で扱います。

疑似カスタム属性は、その属性が存在する場合に設定する必要がある型のコア メタデータのビットを示します。型のメタデータを拡張し、その型と共に保存されるカスタム属性とは異なり、疑似カスタム属性は型のメタデータを変更した後に破棄されます。

必要条件

名前空間: System.Runtime.InteropServices

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

アセンブリ: Mscorlib (Mscorlib.dll 内)

参照

ComImportAttribute メンバ | System.Runtime.InteropServices 名前空間 | タイプ ライブラリ インポータ (Tlbimp.exe)