Partager via


IElement.AppliedStereotypes, propriété

Chaque IStereotypeInstance indique qu'un stéréotype a été appliqué à cet élément.

Espace de noms :  Microsoft.VisualStudio.Uml.Classes
Assembly :  Microsoft.VisualStudio.Uml.Interfaces (dans Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

'Déclaration
ReadOnly Property AppliedStereotypes As IEnumerable(Of IStereotypeInstance)
IEnumerable<IStereotypeInstance> AppliedStereotypes { get; }
property IEnumerable<IStereotypeInstance^>^ AppliedStereotypes {
    IEnumerable<IStereotypeInstance^>^ get ();
}
abstract AppliedStereotypes : IEnumerable<IStereotypeInstance>
function get AppliedStereotypes () : IEnumerable<IStereotypeInstance>

Valeur de propriété

Type : System.Collections.Generic.IEnumerable<IStereotypeInstance>

Sécurité .NET Framework

Voir aussi

Référence

IElement Interface

Microsoft.VisualStudio.Uml.Classes, espace de noms