Compartir a través de


IEnumeration.OwnedLiterals (Propiedad)

Obtiene los valores que definen esta enumeración.

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

Sintaxis

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

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

IEnumeration Interfaz

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