Interop.ICustomTypeDescriptor.GetEvents メソッド

定義

格納されている Activity のイベントのコレクションを返します。

オーバーロード

ICustomTypeDescriptor.GetEvents()

格納されている Activity のイベントのコレクションを返します。

ICustomTypeDescriptor.GetEvents(Attribute[])

指定した属性配列をフィルターとして使用して、格納されている Activity のイベントのコレクションを返します。

ICustomTypeDescriptor.GetEvents()

格納されている Activity のイベントのコレクションを返します。

 virtual System::ComponentModel::EventDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetEvents() = System::ComponentModel::ICustomTypeDescriptor::GetEvents;
System.ComponentModel.EventDescriptorCollection ICustomTypeDescriptor.GetEvents ();
abstract member System.ComponentModel.ICustomTypeDescriptor.GetEvents : unit -> System.ComponentModel.EventDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetEvents : unit -> System.ComponentModel.EventDescriptorCollection
Function GetEvents () As EventDescriptorCollection Implements ICustomTypeDescriptor.GetEvents

戻り値

イベントのコレクションです。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、Interop のインスタンスが ICustomTypeDescriptor インターフェイスにキャストされる場合のみ、使用できます。

適用対象

ICustomTypeDescriptor.GetEvents(Attribute[])

指定した属性配列をフィルターとして使用して、格納されている Activity のイベントのコレクションを返します。

 virtual System::ComponentModel::EventDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetEvents(cli::array <Attribute ^> ^ attributes) = System::ComponentModel::ICustomTypeDescriptor::GetEvents;
System.ComponentModel.EventDescriptorCollection ICustomTypeDescriptor.GetEvents (Attribute[] attributes);
abstract member System.ComponentModel.ICustomTypeDescriptor.GetEvents : Attribute[] -> System.ComponentModel.EventDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetEvents : Attribute[] -> System.ComponentModel.EventDescriptorCollection
Function GetEvents (attributes As Attribute()) As EventDescriptorCollection Implements ICustomTypeDescriptor.GetEvents

パラメーター

attributes
Attribute[]

返されるイベントにフィルターをかけるために使用する属性。

戻り値

格納されている Activity のイベントのコレクション。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、Interop のインスタンスが ICustomTypeDescriptor インターフェイスにキャストされる場合のみ、使用できます。

適用対象