Udostępnij za pośrednictwem


Właściwość IElement.AppliedStereotypes —

Każdy IStereotypeInstance oznacza, że zastosowano stereotypu do tego elementu.

Przestrzeń nazw:  Microsoft.VisualStudio.Uml.Classes
Zestaw:  Microsoft.VisualStudio.Uml.Interfaces (w Microsoft.VisualStudio.Uml.Interfaces.dll)

Składnia

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

Wartość właściwości

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

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IElement Interfejs

Przestrzeń nazw Microsoft.VisualStudio.Uml.Classes