ElementTypeDescriptor.GetProperties Method

Definition

Overloads

GetProperties()

Returns the properties for this instance of a component.

GetProperties(Attribute[])

Returns the properties for this instance of a component using the attribute array as a filter.

GetProperties()

Returns the properties for this instance of a component.

C++
public:
 override System::ComponentModel::PropertyDescriptorCollection ^ GetProperties();

Returns

A PropertyDescriptorCollection that represents the properties for this component instance.

Applies to

Visual Studio SDK 2022 a ďalšie verzie
Produkt Verzie
Visual Studio SDK 2017, 2019, 2022

GetProperties(Attribute[])

Returns the properties for this instance of a component using the attribute array as a filter.

C++
public:
 override System::ComponentModel::PropertyDescriptorCollection ^ GetProperties(cli::array <Attribute ^> ^ attributes);

Parameters

attributes
Attribute[]

An array of type Attribute that is used as a filter.

Returns

An array of type Attribute that represents the properties for this component instance that match the given set of attributes.

Applies to

Visual Studio SDK 2022 a ďalšie verzie
Produkt Verzie
Visual Studio SDK 2017, 2019, 2022