IStandardClassificationService.PreprocessorKeyword Property

Definition

Gets a classification type representing preprocessor keywords in a formal language.

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

Property Value

The preprocessor classification type.

Applies to