Compartilhar via


Propriedade IEnumeration.OwnedLiterals

Obtém os valores que definem esta enumeração.

Namespace:  Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (em Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxe

'Declaração
ReadOnly Property OwnedLiterals As IEnumerable(Of IEnumerationLiteral)
    Get
IEnumerable<IEnumerationLiteral> OwnedLiterals { get; }
property IEnumerable<IEnumerationLiteral^>^ OwnedLiterals {
    IEnumerable<IEnumerationLiteral^>^ get ();
}
abstract OwnedLiterals : IEnumerable<IEnumerationLiteral>
function get OwnedLiterals () : IEnumerable<IEnumerationLiteral>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

IEnumeration Interface

Namespace Microsoft.VisualStudio.Uml.Classes