IStandardClassificationService.Operator Property

Gets a classification type representing whitespace in a formal language.

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.Text.Classification.IClassificationType
The operator classification type.

.NET Framework Security

See Also

Reference

IStandardClassificationService Interface

Microsoft.VisualStudio.Language.StandardClassification Namespace