SubMenuStyle.ICustomTypeDescriptor.GetEvents メソッド

定義

このメンバーの説明については、 ICustomTypeDescriptor.GetEventsを参照してください。

オーバーロード

名前 説明
ICustomTypeDescriptor.GetEvents()

このメンバーの説明については、 GetEvents()を参照してください。

ICustomTypeDescriptor.GetEvents(Attribute[])

このメンバーの説明については、 GetEvents(Attribute[])を参照してください。

注釈

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

ICustomTypeDescriptor.GetEvents()

このメンバーの説明については、 GetEvents()を参照してください。

 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

返品

このインスタンスのイベントを含む EventDescriptorCollection

実装

注釈

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

適用対象

ICustomTypeDescriptor.GetEvents(Attribute[])

このメンバーの説明については、 GetEvents(Attribute[])を参照してください。

 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[]

フィルターとして使用される Attribute 型の配列。

返品

このインスタンスのフィルター処理されたイベントを含む EventDescriptorCollection

実装

注釈

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

適用対象