Compartir a través de


IProfile.Stereotypes (Propiedad)

Definiciones de los estereotipos dentro de un perfil.

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

Sintaxis

'Declaración
ReadOnly Property Stereotypes As IEnumerable(Of IStereotype)
IEnumerable<IStereotype> Stereotypes { get; }
property IEnumerable<IStereotype^>^ Stereotypes {
    IEnumerable<IStereotype^>^ get ();
}
abstract Stereotypes : IEnumerable<IStereotype>
function get Stereotypes () : IEnumerable<IStereotype>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

IProfile Interfaz

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