ModelProperty.GetAttributes Method (Type)

Gets the attributes of the requested type that are declared on this property and the property's property type.

Namespace:  Microsoft.Windows.Design.Model
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public MustOverride Function GetAttributes ( _
    attributeType As Type _
) As IEnumerable(Of Object)
public abstract IEnumerable<Object> GetAttributes(
    Type attributeType
)
public:
virtual IEnumerable<Object^>^ GetAttributes(
    Type^ attributeType
) abstract
abstract GetAttributes : 
        attributeType:Type -> IEnumerable<Object> 
public abstract function GetAttributes(
    attributeType : Type
) : IEnumerable<Object>

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<Object>
A collection of attributes of the requested type that are declared on this property and the property's property type.

.NET Framework Security

See Also

Reference

ModelProperty Class

GetAttributes Overload

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture