DomainEnumeration.Literals Property
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)
Syntax
'Declaration
Public ReadOnly Property Literals As LinkedElementCollection(Of EnumerationLiteral)
'Usage
Dim instance As DomainEnumeration
Dim value As LinkedElementCollection(Of EnumerationLiteral)
value = instance.Literals
public LinkedElementCollection<EnumerationLiteral> Literals { get; }
public:
property LinkedElementCollection<EnumerationLiteral^>^ Literals {
LinkedElementCollection<EnumerationLiteral^>^ get ();
}
public function get Literals () : LinkedElementCollection<EnumerationLiteral>
Property Value
Type: Microsoft.VisualStudio.Modeling.LinkedElementCollection<EnumerationLiteral>
.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.