PropertiesTab.GetProperties メソッド

定義

指定したコンポーネントのプロパティを取得します。

オーバーロード

名前 説明
GetProperties(Object, Attribute[])

指定した属性と一致する指定したコンポーネントのプロパティを取得します。

GetProperties(ITypeDescriptorContext, Object, Attribute[])

指定した属性とコンテキストに一致する、指定したコンポーネントのプロパティを取得します。

GetProperties(Object, Attribute[])

ソース:
PropertiesTab.cs
ソース:
PropertiesTab.cs
ソース:
PropertiesTab.cs
ソース:
PropertiesTab.cs
ソース:
PropertiesTab.cs

指定した属性と一致する指定したコンポーネントのプロパティを取得します。

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

こちらもご覧ください

適用対象

GetProperties(ITypeDescriptorContext, Object, Attribute[])

ソース:
PropertiesTab.cs
ソース:
PropertiesTab.cs
ソース:
PropertiesTab.cs
ソース:
PropertiesTab.cs
ソース:
PropertiesTab.cs

指定した属性とコンテキストに一致する、指定したコンポーネントのプロパティを取得します。

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

こちらもご覧ください

適用対象