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によって生成されたメタデータを厳密にシミュレートするメタデータを生成するソース コードを記述する場合は、元のソース インターフェイスごとにイベント インターフェイスを作成する必要があります。 イベントTlbimp.exeインポートする方法の詳細については、「 インポートされたメンバー変換」を参照してください。 COM イベントを .NET クライアントに公開する方法については、「 方法: COM ソースによって発生したイベントを処理する」を参照してください。

コンストラクター

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)

適用対象

こちらもご覧ください