Condividi tramite


Metodo ModelEvent.GetAttributes (Type)

Restituisce gli attributi del tipo specificato dichiarati su questo evento e il tipo di gestore dell'evento.

Spazio dei nomi:  Microsoft.Windows.Design.Model
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

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

Parametri

  • attributeType
    Tipo: System.Type
    Oggetto Type per il quale sono necessari gli attributi.

Valore restituito

Tipo: System.Collections.Generic.IEnumerable<Object>
Enumerazione degli oggetti Type che rappresentano gli attributi del tipo specificato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelEvent Classe

Overload GetAttributes

Spazio dei nomi Microsoft.Windows.Design.Model

Altre risorse

Architettura di estensibilità di Progettazione WPF