Compartir a través de


IElement.ApplicableStereotypes (Propiedad)

Conjunto de estereotipos que se pueden aplicar 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 ApplicableStereotypes As IEnumerable(Of IStereotype)
    Get
IEnumerable<IStereotype> ApplicableStereotypes { get; }
property IEnumerable<IStereotype^>^ ApplicableStereotypes {
    IEnumerable<IStereotype^>^ get ();
}
abstract ApplicableStereotypes : IEnumerable<IStereotype>
function get ApplicableStereotypes () : IEnumerable<IStereotype>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

IElement Interfaz

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