SubMenuStyle.ICustomTypeDescriptor.GetEvents メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このメンバーの詳細については、「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
パラメーター
戻り値
このインスタンスのフィルター処理されたイベントを保持する EventDescriptorCollection。
実装
注釈
このメンバーは、明示的なインターフェイス メンバーの実装です。 インスタンスがインターフェイスに SubMenuStyle キャスト ICustomTypeDescriptor されている場合にのみ使用できます。