IStandardClassificationService.PreprocessorKeyword Property

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

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

IStandardClassificationService Interface

Microsoft.VisualStudio.Language.StandardClassification Namespace