IStandardClassificationService.FormalLanguage Property

Gets a classification type representing a formal language.

Namespace:  Microsoft.VisualStudio.Language.StandardClassification
Assembly:  Microsoft.VisualStudio.Language.StandardClassification (in Microsoft.VisualStudio.Language.StandardClassification.dll)

Syntax

'Declaration
ReadOnly Property FormalLanguage As IClassificationType
IClassificationType FormalLanguage { get; }
property IClassificationType^ FormalLanguage {
    IClassificationType^ get ();
}
abstract FormalLanguage : IClassificationType
function get FormalLanguage () : IClassificationType

Property Value

Type: Microsoft.VisualStudio.Text.Classification.IClassificationType
The formal language classification type.

.NET Framework Security

See Also

Reference

IStandardClassificationService Interface

Microsoft.VisualStudio.Language.StandardClassification Namespace