ModelEvent.GetAttributes Method (TypeIdentifier)

Returns the attributes of the specified type that are declared on this event and the event's handler type.

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

Syntax

'Declaration
Public Overridable Function GetAttributes ( _
    attributeTypeIdentifier As TypeIdentifier _
) As IEnumerable(Of Object)
public virtual IEnumerable<Object> GetAttributes(
    TypeIdentifier attributeTypeIdentifier
)
public:
virtual IEnumerable<Object^>^ GetAttributes(
    TypeIdentifier attributeTypeIdentifier
)
abstract GetAttributes : 
        attributeTypeIdentifier:TypeIdentifier -> IEnumerable<Object> 
override GetAttributes : 
        attributeTypeIdentifier:TypeIdentifier -> IEnumerable<Object> 
public function GetAttributes(
    attributeTypeIdentifier : TypeIdentifier
) : IEnumerable<Object>

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<Object>
An enumeration of TypeIdentifier objects that represent the attributes of the specified type.

.NET Framework Security

See Also

Reference

ModelEvent Class

GetAttributes Overload

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture