IStandardClassificationService.PreprocessorKeyword Propriedade

Definição

Obtém um tipo de classificação que representa as palavras-chave do pré-processador em uma linguagem formal.

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

Valor da propriedade

IClassificationType

O tipo de classificação de pré-processador.

Aplica-se a