Sdílet prostřednictvím


ModelItem.GetAttributes – metoda (Type)

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

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