Share via


SqlScriptEditorControl.MultiServerPropertiesDisplay.GetEvents メソッド

定義

このインスタンスのイベントを取得します。

オーバーロード

GetEvents(Attribute[])

指定された属性配列をフィルターとして使用して、このインスタンスのイベントを取得します。

GetEvents()

このインスタンスのイベントを取得します。

GetEvents(Attribute[])

指定された属性配列をフィルターとして使用して、このインスタンスのイベントを取得します。

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

Attribute 型の配列。

戻り値

このインスタンスのイベントを表す EventDescriptorCollection オブジェクト。

実装

適用対象

GetEvents()

このインスタンスのイベントを取得します。

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

戻り値

このインスタンスのイベントを表す EventDescriptorCollection オブジェクト。

実装

適用対象