IMetaclass.Stereotypes (Propiedad)

Estereotipos aplicables a esta metaclase y sus subtipos.

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

IMetaclass Interfaz

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