ElementTypeDescriptor::GetProperties Method (array<Attribute^>^)
Visual Studio 2015
Returns a collection of domain property descriptors that contains all the properties of the described type, filtered by the specified attributes.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
public: virtual PropertyDescriptorCollection^ GetProperties( array<Attribute^>^ attributes ) override
Parameters
- attributes
-
Type:
array<System::Attribute^>^
The array of custom attributes on which to filter.
Return Value
Type: System.ComponentModel::PropertyDescriptorCollection^The collection of domain property descriptors that contains all the properties of the described type, filtered by the specified attributes.
The base implementation of this method does not filter out any of the properties of the element.
Show: