ElementTypeDescriptor::GetDisplayProperties Method (ModelElement^, Store^, PropertyDescriptor^)
Visual Studio 2015
Returns a list of property descriptors corresponding to each domain property
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
protected:
PropertyDescriptorCollection^ GetDisplayProperties(
ModelElement^ requestor,
Store^ store,
PropertyDescriptor^% defaultPropertyDescriptor
)
Parameters
- requestor
-
Type:
Microsoft.VisualStudio.Modeling::ModelElement^
ModelElement that is requesting the property value. This value may be null in the case of a type-level TypeDescriptor
- store
-
Type:
Microsoft.VisualStudio.Modeling::Store^
The Store to use to get DomainInfo from. In the instance TypeDescriptor case, this is the Store that owns requestor.
Return Value
Type: System.ComponentModel::PropertyDescriptorCollection^A list of property descriptors corresponding to each domain property
Show: