MoveableDecoratorHostShape::ICustomTypeDescriptor::GetProperties Method (array<Attribute^>^)

 

Returns the properties for this instance of a component using the attribute array as a filter.

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

Return to top
Show: