IStandardClassificationService.Operator Property

Definition

Gets a classification type representing whitespace in a formal language.

public:
 property Microsoft::VisualStudio::Text::Classification::IClassificationType ^ Operator { Microsoft::VisualStudio::Text::Classification::IClassificationType ^ get(); };
public:
 property Microsoft::VisualStudio::Text::Classification::IClassificationType ^ Operator { Microsoft::VisualStudio::Text::Classification::IClassificationType ^ get(); };
public Microsoft.VisualStudio.Text.Classification.IClassificationType Operator { get; }
member this.Operator : Microsoft.VisualStudio.Text.Classification.IClassificationType
Public ReadOnly Property Operator As IClassificationType

Property Value

The operator classification type.

Applies to