Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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