Compartir a través de


IElement.VisibleAppliedStereotypes (Propiedad)

Espacio de nombres:  Microsoft.VisualStudio.Uml.Classes
Ensamblado:  Microsoft.VisualStudio.Uml.Interfaces (en Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxis

'Declaración
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>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

IElement Interfaz

Microsoft.VisualStudio.Uml.Classes (Espacio de nombres)