Condividi tramite


Proprietà IElement.AppliedStereotypes

Ogni IStereotypeInstance indica che uno stereotipo è stato applicato a questo elemento.

Spazio dei nomi:  Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintassi

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

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IElement Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.Classes