ElementTypeDescriptor::GetExtensionProperties Method (ModelElement^, array<Attribute^>^)
Visual Studio 2015
Returns the property descriptors for any extension elements
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
protected: virtual IEnumerable<PropertyDescriptor^>^ GetExtensionProperties( ModelElement^ baseElement, array<Attribute^>^ attributes )
Parameters
- baseElement
-
Type:
Microsoft.VisualStudio.Modeling::ModelElement^
The current element being described
- attributes
-
Type:
array<System::Attribute^>^
An array of type Attribute that is used as a filter.
Return Value
Type: System.Collections.Generic::IEnumerable<PropertyDescriptor^>^A collection containing the properties of all extension elements
Show: