ModelItem.GetAttributes, méthode (TypeIdentifier)
Obtient les attributs du type demandé déclarés sur cet élément.
Espace de noms : Microsoft.Windows.Design.Model
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
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>
Paramètres
- attributeTypeIdentifier
Type : Microsoft.Windows.Design.Metadata.TypeIdentifier
Identificateur du type demandé.
Valeur de retour
Type : System.Collections.Generic.IEnumerable<Object>
Collection d'attributs du type demandé déclarés sur cet élément.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.Windows.Design.Model, espace de noms