次の方法で共有


PropertiesTab.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

こちらもご覧ください

適用対象

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

こちらもご覧ください

適用対象