IComNativeDescriptorHandler.GetEvents メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したコンポーネントのイベントを取得します。
オーバーロード
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 です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET