Condividi tramite


Proprietà IEnumeration.OwnedLiterals

ottiene i valori che definiscono questa enumerazione.

Spazio dei nomi:  Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IEnumeration Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.Classes