LocalizableProperties.GetProperties Method

Definition

Overloads

GetProperties()

Gets the collection of properties.

GetProperties(Attribute[])

Returns the properties for selected object using the attribute array as a filter.

GetProperties()

Gets the collection of properties.

public:
 virtual System::ComponentModel::PropertyDescriptorCollection ^ GetProperties();
public System.ComponentModel.PropertyDescriptorCollection GetProperties ();
abstract member GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
override this.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
Public Function GetProperties () As PropertyDescriptorCollection

Returns

Returns a PropertyDescriptorCollection.

Implements

Applies to

GetProperties(Attribute[])

Returns the properties for selected object using the attribute array as a filter.

public:
 virtual System::ComponentModel::PropertyDescriptorCollection ^ GetProperties(cli::array <Attribute ^> ^ attributes);
public System.ComponentModel.PropertyDescriptorCollection GetProperties (Attribute[] attributes);
abstract member GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
override this.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Public Function GetProperties (attributes As Attribute()) As PropertyDescriptorCollection

Parameters

attributes
Attribute[]

An array of type Attribute to use as a filter.

Returns

Returns a PropertyDescriptorCollection.

Implements

Applies to