MoveableDecoratorHostShape::ICustomTypeDescriptor::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)
private: virtual PropertyDescriptorCollection^ GetProperties( array<Attribute^>^ attributes ) sealed = ICustomTypeDescriptor::GetProperties
Parameters
- attributes
-
Type:
array<System::Attribute^>^
An array of type System.Attribute that is used as a filter.
Return Value
Type: System.ComponentModel::PropertyDescriptorCollection^Filtered properties of parent shape.
Show: