次の方法で共有


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です。

適用対象