Método ModelEvent.GetAttributes (TypeIdentifier)

Retorna os atributos do tipo especificado são declarados este evento e o tipo de manipulador do evento.

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

Sintaxe

'Declaração
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>

Parâmetros

Valor de retorno

Tipo: System.Collections.Generic.IEnumerable<Object>
Uma enumeração das TypeIdentifier objetos que representam os atributos do tipo especificado.

Segurança do .NET Framework

Consulte também

Referência

ModelEvent Classe

Sobrecargas GetAttributes

Namespace Microsoft.Windows.Design.Model

Outros recursos

Arquitetura de extensibilidade Designer WPF