Partager via


IEnumeration.OwnedLiterals, propriété

Obtient des valeurs qui définissent cette énumération.

Espace de noms :  Microsoft.VisualStudio.Uml.Classes
Assembly :  Microsoft.VisualStudio.Uml.Interfaces (dans Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

IEnumeration Interface

Microsoft.VisualStudio.Uml.Classes, espace de noms