Sdílet prostřednictvím


IElement.AppliedStereotypes – vlastnost

Každý IStereotypeInstance označuje, že tento prvek byla vyrovnána stereotypu.

Obor názvů:  Microsoft.VisualStudio.Uml.Classes
Sestavení:  Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

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

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IElement Rozhraní

Microsoft.VisualStudio.Uml.Classes – obor názvů