IStandardClassificationService.WhiteSpace Property

Definition

Gets a classification type representing whitespace in a formal language.

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

Property Value

The whitespace classification type.

Applies to