Freigeben über


DslDefinitionModelElementTypeDescriptor.GetProperties Method

Definition

Overloads

GetProperties()

Override base to supply property descriptors for each property in the model elemnt.

GetProperties(Attribute[])

Method to supply our own set of property descriptors for the designated ModelElement.

GetProperties()

Override base to supply property descriptors for each property in the model elemnt.

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

Returns

Applies to

GetProperties(Attribute[])

Method to supply our own set of property descriptors for the designated 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

Parameters

attributes
Attribute[]

Returns

Applies to