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
IEnumerable<IEnumerationLiteral> OwnedLiterals { get; }
property IEnumerable<IEnumerationLiteral^>^ OwnedLiterals {
IEnumerable<IEnumerationLiteral^>^ get();
}
abstract OwnedLiterals : IEnumerable<IEnumerationLiteral> with get
ReadOnly Property OwnedLiterals As IEnumerable(Of IEnumerationLiteral)
Property Value
Type: System.Collections.Generic.IEnumerable<IEnumerationLiteral>
See Also
IEnumeration Interface
Microsoft.VisualStudio.Uml.Classes Namespace
Return to top