Bagikan melalui


DomainEnumeration.Literals Property

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

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)

Syntax

'Declaration
Public ReadOnly Property Literals As LinkedElementCollection(Of EnumerationLiteral)
public LinkedElementCollection<EnumerationLiteral> Literals { get; }
public:
property LinkedElementCollection<EnumerationLiteral^>^ Literals {
    LinkedElementCollection<EnumerationLiteral^>^ get ();
}
member Literals : LinkedElementCollection<EnumerationLiteral> with get
function get Literals () : LinkedElementCollection<EnumerationLiteral>

Property Value

Type: Microsoft.VisualStudio.Modeling.LinkedElementCollection<EnumerationLiteral>

.NET Framework Security

See Also

Reference

DomainEnumeration Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace