DataBus.GetEvents メソッド

定義

DataBus コントロールで宣言されているすべてのパブリック イベントを取得します。

オーバーロード

GetEvents()

DataBus コントロールのイベントを返します。

GetEvents(Attribute[])

DataBus コントロールのイベント記述子のコレクションを、フィルター選択した状態で返します。

GetEvents()

DataBus コントロールのイベントを返します。

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

戻り値

DataBus コントロールのイベントを表す EventDescriptorCollection オブジェクトです。

実装

適用対象

GetEvents(Attribute[])

DataBus コントロールのイベント記述子のコレクションを、フィルター選択した状態で返します。

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

パラメーター

attributes
Attribute[]

フィルターとして使用されている属性の配列です。

戻り値

DataBus コントロールのイベント記述子を格納した EventDescriptorCollection オブジェクトです。

実装

適用対象