DslDefinitionModelElementTypeDescriptor.GetProperties Метод

Определение

Перегрузки

GetProperties()

Переопределяет базовый метод для предоставления дескрипторов свойств для каждого свойства в элементе модели.

GetProperties(Attribute[])

Метод для предоставления собственного набора дескрипторов свойств для обозначенного ModelElement.

GetProperties()

Переопределяет базовый метод для предоставления дескрипторов свойств для каждого свойства в элементе модели.

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

Возвращаемое значение

PropertyDescriptorCollection

Применяется к

GetProperties(Attribute[])

Метод для предоставления собственного набора дескрипторов свойств для обозначенного ModelElement.

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

Параметры

attributes
Attribute[]

Возвращаемое значение

PropertyDescriptorCollection

Применяется к