DslDefinitionModelElementTypeDescriptor.GetProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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[]