Sdílet prostřednictvím


ModelEvent.GetAttributes – metoda (TypeIdentifier)

Tato událost a typ obsluhy události vrátí atributy zadaného typu, které jsou deklarovány.

Obor názvů:  Microsoft.Windows.Design.Model
Sestavení:  Microsoft.Windows.Design.Interaction (v Microsoft.Windows.Design.Interaction.dll)

Syntaxe

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

Parametry

Vrácená hodnota

Typ: System.Collections.Generic.IEnumerable<Object>
Výčet TypeIdentifier objekty, které představují atributy zadaného typu.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelEvent Třída

GetAttributes – přetížení

Microsoft.Windows.Design.Model – obor názvů

Další zdroje

WPF Designer Extensibility Architecture