DslDefinitionModelElementTypeDescriptor.GetProperties Methode

Definition

Überlädt

GetProperties()

Überschreiben Sie die Basis, um Eigenschafts Deskriptoren für jede Eigenschaft im Modellelement bereitzustellen.

GetProperties(Attribute[])

-Methode, um einen eigenen Satz von Eigenschaften Deskriptoren für das angegebene ModelElement-Element bereitzustellen.

GetProperties()

Überschreiben Sie die Basis, um Eigenschafts Deskriptoren für jede Eigenschaft im Modellelement bereitzustellen.

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

Gilt für

GetProperties(Attribute[])

-Methode, um einen eigenen Satz von Eigenschaften Deskriptoren für das angegebene ModelElement-Element bereitzustellen.

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[]

Gibt zurück

PropertyDescriptorCollection

Gilt für