DomainEnumeration.Literals Property

Definition

Gets a list of Literals. Literals defined by the enumeration.

public:
 property Microsoft::VisualStudio::Modeling::LinkedElementCollection<Microsoft::VisualStudio::Modeling::DslDefinition::EnumerationLiteral ^> ^ Literals { Microsoft::VisualStudio::Modeling::LinkedElementCollection<Microsoft::VisualStudio::Modeling::DslDefinition::EnumerationLiteral ^> ^ get(); };
public Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.EnumerationLiteral> Literals { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Literals : Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.EnumerationLiteral>
Public ReadOnly Property Literals As LinkedElementCollection(Of EnumerationLiteral)

Property Value

Attributes

Applies to