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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.