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
- attributeTypeIdentifier
Typ: Microsoft.Windows.Design.Metadata.TypeIdentifier
A TypeIdentifier objekt, jehož atributy jsou potřebné.
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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Odkaz
Microsoft.Windows.Design.Model – obor názvů