ICustomTypeDescriptor.GetEvents メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コンポーネントのこのインスタンスのイベントを返します。
オーバーロード
GetEvents() |
コンポーネントのこのインスタンスのイベントを返します。 |
GetEvents(Attribute[]) |
フィルターとして指定された属性配列を使用して、コンポーネントのこのインスタンスのイベントを返します。 |
GetEvents()
コンポーネントのこのインスタンスのイベントを返します。
public:
System::ComponentModel::EventDescriptorCollection ^ GetEvents();
public System.ComponentModel.EventDescriptorCollection GetEvents ();
abstract member GetEvents : unit -> System.ComponentModel.EventDescriptorCollection
Public Function GetEvents () As EventDescriptorCollection
戻り値
このコンポーネント インスタンスのイベントを表す EventDescriptorCollection。
注釈
このインスタンスのイベントは、クラスが提供するイベントのセットとは異なる場合があります。 たとえば、コンポーネントがサイトベースの場合、サイトは追加のイベントを追加または削除できます。
プロパティが指定されていない場合、実装者は を返 EventDescriptorCollection.Empty すことができます。 このメソッドは、 を返 null
すべきではありません。
こちらもご覧ください
適用対象
GetEvents(Attribute[])
フィルターとして指定された属性配列を使用して、コンポーネントのこのインスタンスのイベントを返します。
public:
System::ComponentModel::EventDescriptorCollection ^ GetEvents(cli::array <Attribute ^> ^ attributes);
public System.ComponentModel.EventDescriptorCollection GetEvents (Attribute[] attributes);
public System.ComponentModel.EventDescriptorCollection GetEvents (Attribute[]? attributes);
abstract member GetEvents : Attribute[] -> System.ComponentModel.EventDescriptorCollection
Public Function GetEvents (attributes As Attribute()) As EventDescriptorCollection
パラメーター
戻り値
このコンポーネント インスタンスのフィルター処理したイベントを表す EventDescriptorCollection。
注釈
このインスタンスのイベントは、クラスが提供するイベントのセットとは異なる場合があります。 たとえば、コンポーネントがサイトベースの場合、サイトは追加のイベントを追加または削除できます。
Attributeが配列でattributes
指定され、イベントにその属性のクラスのインスタンスがない場合、 が既定のイベントである場合Attribute、返される配列には イベントが含まれます。
こちらもご覧ください
- Attribute
- DefaultEventAttribute
- GetEvents
- EventDescriptorCollection
- GetProperties
- GetAttributes()
- GetDefaultEvent()
適用対象
.NET