DomainEnumeration.Literals Property
Gets a list of Literals. Literals defined by the enumeration.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
'宣言
Public ReadOnly Property Literals As LinkedElementCollection(Of EnumerationLiteral)
Get
public LinkedElementCollection<EnumerationLiteral> Literals { get; }
public:
property LinkedElementCollection<EnumerationLiteral^>^ Literals {
LinkedElementCollection<EnumerationLiteral^>^ get ();
}
member Literals : LinkedElementCollection<EnumerationLiteral>
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.