IStandardClassificationService.Literal Property
Gets a classification type representing literals in a formal language.
Namespace: Microsoft.VisualStudio.Language.StandardClassification
Assembly: Microsoft.VisualStudio.Language.StandardClassification (in Microsoft.VisualStudio.Language.StandardClassification.dll)
'宣告
ReadOnly Property Literal As IClassificationType
IClassificationType Literal { get; }
property IClassificationType^ Literal {
IClassificationType^ get ();
}
abstract Literal : IClassificationType
function get Literal () : IClassificationType
Type: Microsoft.VisualStudio.Text.Classification.IClassificationType
The literal classification type.
- 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.
IStandardClassificationService Interface
Microsoft.VisualStudio.Language.StandardClassification Namespace