IEnumeration.OwnedLiterals Property

Gets the values that define this Enumeration.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

IEnumeration Interface

Microsoft.VisualStudio.Uml.Classes Namespace