Compartir a través de


ModelEvent.GetAttributes (Método) (Type)

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 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>

Parámetros

  • attributeType
    Tipo: System.Type
    Objeto Type para el que se necesitan los atributos.

Valor devuelto

Tipo: System.Collections.Generic.IEnumerable<Object>
Enumeración de objetos Type 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