PresentationElementTypeDescriptor::GetProperties Method (array<Attribute^>^)
Visual Studio 2015
Returns the properties for this instance of a component using the attribute array as a filter.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: virtual PropertyDescriptorCollection^ GetProperties( array<Attribute^>^ attributes ) override
Parameters
- attributes
-
Type:
array<System::Attribute^>^
An array of type Attribute that is used as a filter.
Return Value
Type: System.ComponentModel::PropertyDescriptorCollection^
Show: