ElementTypeDescriptor.GetProperties Methode

Definition

Überlädt

GetProperties()

Gibt die Eigenschaften für diese Instanz einer Komponente zurück.

GetProperties(Attribute[])

Gibt die Eigenschaften für diese Instanz einer Komponente zurück, wobei das Attributarray als Filter verwendet wird.

GetProperties()

Gibt die Eigenschaften für diese Instanz einer Komponente zurück.

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

Gibt zurück

PropertyDescriptorCollection

Ein PropertyDescriptor Collection-Element, das die Eigenschaften für diese Komponenteninstanz darstellt.

Gilt für

GetProperties(Attribute[])

Gibt die Eigenschaften für diese Instanz einer Komponente zurück, wobei das Attributarray als Filter verwendet wird.

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

Parameter

attributes
Attribute[]

Ein Array vom Typ Attribut, das als Filter verwendet wird.

Gibt zurück

PropertyDescriptorCollection

Ein Array vom Typ Attribut, das die Eigenschaften für diese Komponenteninstanz darstellt, die dem angegebenen Satz von Attributen entsprechen.

Gilt für