次の方法で共有


EventsTab.GetProperties メソッド

定義

イベント タブのすべてのプロパティを取得します。

オーバーロード

GetProperties(Object, Attribute[])

指定した属性に一致するイベント タブのすべてのプロパティを取得します。

GetProperties(ITypeDescriptorContext, Object, Attribute[])

指定した属性とコンテキストに一致するイベント タブのすべてのプロパティを取得します。

GetProperties(Object, Attribute[])

指定した属性に一致するイベント タブのすべてのプロパティを取得します。

public:
 override System::ComponentModel::PropertyDescriptorCollection ^ GetProperties(System::Object ^ component, cli::array <Attribute ^> ^ attributes);
public override System.ComponentModel.PropertyDescriptorCollection GetProperties (object component, Attribute[] attributes);
public override System.ComponentModel.PropertyDescriptorCollection GetProperties (object component, Attribute[]? attributes);
override this.GetProperties : obj * Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Public Overrides Function GetProperties (component As Object, attributes As Attribute()) As PropertyDescriptorCollection

パラメーター

component
Object

プロパティを取得する対象のコンポーネント。

attributes
Attribute[]

取得するイベント プロパティの属性を示す Attribute の配列。

戻り値

PropertyDescriptorCollection

プロパティを格納している PropertyDescriptorCollection。 コンポーネントがイベント サービスを実装していない場合、これは空の PropertyDescriptorCollection になります。

注釈

イベント タブのプロパティは、コンポーネントのイベント サービスから返されるイベント プロパティから決定されます。

適用対象

GetProperties(ITypeDescriptorContext, Object, Attribute[])

指定した属性とコンテキストに一致するイベント タブのすべてのプロパティを取得します。

public:
 override System::ComponentModel::PropertyDescriptorCollection ^ GetProperties(System::ComponentModel::ITypeDescriptorContext ^ context, System::Object ^ component, cli::array <Attribute ^> ^ attributes);
public override System.ComponentModel.PropertyDescriptorCollection GetProperties (System.ComponentModel.ITypeDescriptorContext context, object component, Attribute[] attributes);
public override System.ComponentModel.PropertyDescriptorCollection GetProperties (System.ComponentModel.ITypeDescriptorContext? context, object component, Attribute[]? attributes);
override this.GetProperties : System.ComponentModel.ITypeDescriptorContext * obj * Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Public Overrides Function GetProperties (context As ITypeDescriptorContext, component As Object, attributes As Attribute()) As PropertyDescriptorCollection

パラメーター

context
ITypeDescriptorContext

コンテキスト情報を取得するために使用できる ITypeDescriptorContext

component
Object

プロパティを取得する対象のコンポーネント。

attributes
Attribute[]

取得するイベント プロパティの属性を示す Attribute 型の配列。

戻り値

PropertyDescriptorCollection

プロパティを格納している PropertyDescriptorCollection。 コンポーネントがイベント サービスを実装していない場合、これは空の PropertyDescriptorCollection になります。

適用対象