ComEventInterfaceAttribute クラス

定義

注意事項

ComEventInterfaceAttribute may be unavailable in future releases.

COM タイプ ライブラリからコクラスをインポートするときに生成されるイベント インターフェイスのメソッドを実装するソース インターフェイスとクラスを識別します。

public ref class ComEventInterfaceAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Interface, Inherited=false)]
[System.Obsolete("ComEventInterfaceAttribute may be unavailable in future releases.")]
public sealed class ComEventInterfaceAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Interface, Inherited=false)]
public sealed class ComEventInterfaceAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Interface, Inherited=false)]
[System.Runtime.InteropServices.ComVisible(true)]
public sealed class ComEventInterfaceAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Interface, Inherited=false)>]
[<System.Obsolete("ComEventInterfaceAttribute may be unavailable in future releases.")>]
type ComEventInterfaceAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Interface, Inherited=false)>]
type ComEventInterfaceAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Interface, Inherited=false)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type ComEventInterfaceAttribute = class
    inherit Attribute
Public NotInheritable Class ComEventInterfaceAttribute
Inherits Attribute
継承
ComEventInterfaceAttribute
属性

注釈

この属性はインターフェイスに適用できますが、 Tlbimp.exe (タイプ ライブラリ インポーター) は通常、タイプ ライブラリをインポートするときに適用されます。

ソース インターフェイスがタイプ ライブラリからインポートされると、それが実装するすべてのメソッドが、生成されたイベント インターフェイスにイベントとして追加されます。 Tlbimp.exe イベント インターフェイスに ComEventInterfaceAttribute を適用して、イベント インターフェイスのメソッドを実装し、元のソース インターフェイスを実装するマネージド クラスを識別します。 共通言語ランタイムは、実行時にこの属性を使用して、次のタスクを実行します。

  • インターフェイスによって公開されたイベントを、イベント プロバイダー クラスの実装に関連付けます。
  • イベントを元の COM ソース インターフェイスにリンクします。

この属性を適用することはめったにありません。 ただし、Tlbimp.exeによって生成されたメタデータを厳密にシミュレートするメタデータを生成するソース コードを記述する場合は、元のソース インターフェイスごとにイベント インターフェイスを作成する必要があります。

コンストラクター

名前 説明
ComEventInterfaceAttribute(Type, Type)
古い.

ソース インターフェイスとイベント プロバイダー クラスを使用して、 ComEventInterfaceAttribute クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
EventProvider
古い.

イベント インターフェイスのメソッドを実装するクラスを取得します。

SourceInterface
古い.

タイプ ライブラリから元のソース インターフェイスを取得します。

TypeId
古い.

派生クラスで実装されている場合は、この Attributeの一意の識別子を取得します。

(継承元 Attribute)

メソッド

名前 説明
Equals(Object)
古い.

このインスタンスが指定したオブジェクトと等しいかどうかを示す値を返します。

(継承元 Attribute)
GetHashCode()
古い.

このインスタンスのハッシュ コードを返します。

(継承元 Attribute)
GetType()
古い.

現在のインスタンスの Type を取得します。

(継承元 Object)
IsDefaultAttribute()
古い.

派生クラスでオーバーライドされた場合、このインスタンスの値が派生クラスの既定値であるかどうかを示します。

(継承元 Attribute)
Match(Object)
古い.

派生クラスでオーバーライドされた場合、このインスタンスが指定したオブジェクトと等しいかどうかを示す値を返します。

(継承元 Attribute)
MemberwiseClone()
古い.

現在の Objectの簡易コピーを作成します。

(継承元 Object)
ToString()
古い.

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

明示的なインターフェイスの実装

名前 説明
_Attribute.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr)
古い.

一連の名前を対応する一連のディスパッチ識別子に割り当てます。

(継承元 Attribute)
_Attribute.GetTypeInfo(UInt32, UInt32, IntPtr)
古い.

インターフェイスの型情報を取得するために使用できるオブジェクトの型情報を取得します。

(継承元 Attribute)
_Attribute.GetTypeInfoCount(UInt32)
古い.

オブジェクトが提供する型情報インターフェイスの数 (0 または 1) を取得します。

(継承元 Attribute)
_Attribute.Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr)
古い.

オブジェクトによって公開されるプロパティとメソッドへのアクセスを提供します。

(継承元 Attribute)

適用対象

こちらもご覧ください