Sdílet prostřednictvím


ModelItem.GetAttributes – metoda (TypeIdentifier)

Získá atributů požadovaného typu deklarován na tuto položku.

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>
Kolekce atributů požadovaného typu deklarován na tuto položku.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelItem Třída

GetAttributes – přetížení

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

Další zdroje

WPF Designer Extensibility Architecture

Editing Model Architecture