IStandardClassificationService.NumberLiteral Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a classification type representing numerical literals which derives from the literal classification type in a formal language.
public:
property Microsoft::VisualStudio::Text::Classification::IClassificationType ^ NumberLiteral { Microsoft::VisualStudio::Text::Classification::IClassificationType ^ get(); };
public:
property Microsoft::VisualStudio::Text::Classification::IClassificationType ^ NumberLiteral { Microsoft::VisualStudio::Text::Classification::IClassificationType ^ get(); };
public Microsoft.VisualStudio.Text.Classification.IClassificationType NumberLiteral { get; }
member this.NumberLiteral : Microsoft.VisualStudio.Text.Classification.IClassificationType
Public ReadOnly Property NumberLiteral As IClassificationType
Property Value
The numerical literal classification type.