Compartir a través de


IElement.AppliedStereotypes (Propiedad)

Cada IStereotypeInstance denota que un estereotipo se ha aplicado a este elemento.

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

Sintaxis

'Declaración
ReadOnly Property AppliedStereotypes As IEnumerable(Of IStereotypeInstance)
    Get
IEnumerable<IStereotypeInstance> AppliedStereotypes { get; }
property IEnumerable<IStereotypeInstance^>^ AppliedStereotypes {
    IEnumerable<IStereotypeInstance^>^ get ();
}
abstract AppliedStereotypes : IEnumerable<IStereotypeInstance>
function get AppliedStereotypes () : 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)