Sdílet prostřednictvím


IElement.VisibleAppliedStereotypes – vlastnost

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

Syntaxe

'Deklarace
ReadOnly Property VisibleAppliedStereotypes As IEnumerable(Of IStereotypeInstance)
    Get
IEnumerable<IStereotypeInstance> VisibleAppliedStereotypes { get; }
property IEnumerable<IStereotypeInstance^>^ VisibleAppliedStereotypes {
    IEnumerable<IStereotypeInstance^>^ get ();
}
abstract VisibleAppliedStereotypes : IEnumerable<IStereotypeInstance>
function get VisibleAppliedStereotypes () : IEnumerable<IStereotypeInstance>

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IElement Rozhraní

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