Share via


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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)

Syntax

'Declaration
Private Function GetProperties ( _
    attributes As Attribute() _
) As PropertyDescriptorCollection Implements ICustomTypeDescriptor.GetProperties
PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties(
    Attribute[] attributes
)
private:
virtual PropertyDescriptorCollection^ GetProperties(
    array<Attribute^>^ attributes
) sealed = ICustomTypeDescriptor::GetProperties
private abstract GetProperties : 
        attributes:Attribute[] -> PropertyDescriptorCollection 
private override GetProperties : 
        attributes:Attribute[] -> PropertyDescriptorCollection 
JScript does not support explicit interface implementations.

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.

Implements

ICustomTypeDescriptor.GetProperties(array<Attribute[])

.NET Framework Security

See Also

Reference

MoveableDecoratorHostShape Class

GetProperties Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace