ElementTypeDescriptor::GetExtensionProperties Method (ModelElement^, array<Attribute^>^)

 

Returns the property descriptors for any extension elements

Namespace:   Microsoft.VisualStudio.Modeling.Design
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

Return to top
Show: