Compartir a través de


ModelEvent.GetAttributes (Método) (TypeIdentifier)

Devuelve los atributos del tipo especificado que se declaran en este evento y el tipo de controlador del evento.

Espacio de nombres:  Microsoft.Windows.Design.Model
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
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 devuelto

Tipo: System.Collections.Generic.IEnumerable<Object>
Enumeración de objetos TypeIdentifier que representan los atributos del tipo especificado.

Seguridad de .NET Framework

Vea también

Referencia

ModelEvent Clase

GetAttributes (Sobrecarga)

Microsoft.Windows.Design.Model (Espacio de nombres)

Otros recursos

Arquitectura de extensibilidad de WPF Designer