IStandardClassificationService.NumberLiteral Property
Gets a classification type representing numerical literals which derives from the literal classification type in a formal language.
Namespace: Microsoft.VisualStudio.Language.StandardClassification
Assembly: Microsoft.VisualStudio.Language.StandardClassification (in Microsoft.VisualStudio.Language.StandardClassification.dll)
'Декларация
ReadOnly Property NumberLiteral As IClassificationType
IClassificationType NumberLiteral { get; }
property IClassificationType^ NumberLiteral {
IClassificationType^ get ();
}
abstract NumberLiteral : IClassificationType
function get NumberLiteral () : IClassificationType
Type: Microsoft.VisualStudio.Text.Classification.IClassificationType
The numerical 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