IComNativeDescriptorHandler.GetEvents メソッド

定義

指定したコンポーネントのイベントを取得します。

オーバーロード

GetEvents(Object)

指定したコンポーネントのイベントを取得します。

GetEvents(Object, Attribute[])

指定したコンポーネントの指定した属性を持つイベントを取得します。

GetEvents(Object)

指定したコンポーネントのイベントを取得します。

public:
 System::ComponentModel::EventDescriptorCollection ^ GetEvents(System::Object ^ component);
public System.ComponentModel.EventDescriptorCollection GetEvents (object component);
abstract member GetEvents : obj -> System.ComponentModel.EventDescriptorCollection
Public Function GetEvents (component As Object) As EventDescriptorCollection

パラメーター

component
Object

イベントを取得する対象のコンポーネント。

戻り値

component のイベント記述子のコレクション。

注釈

注意

この API は現在使われていません。 旧式でない代替手段は、ComObjectType です。

適用対象

GetEvents(Object, Attribute[])

指定したコンポーネントの指定した属性を持つイベントを取得します。

public:
 System::ComponentModel::EventDescriptorCollection ^ GetEvents(System::Object ^ component, cli::array <Attribute ^> ^ attributes);
public System.ComponentModel.EventDescriptorCollection GetEvents (object component, Attribute[] attributes);
public System.ComponentModel.EventDescriptorCollection GetEvents (object component, Attribute[]? attributes);
abstract member GetEvents : obj * Attribute[] -> System.ComponentModel.EventDescriptorCollection
Public Function GetEvents (component As Object, attributes As Attribute()) As EventDescriptorCollection

パラメーター

component
Object

イベントを取得する対象のコンポーネント。

attributes
Attribute[]

イベントにフィルターをかけるために使用する属性。

戻り値

component のイベント記述子のコレクション。

注釈

注意

この API は現在使われていません。 旧式でない代替手段は、ComObjectType です。

適用対象