Condividi tramite


Proprietà IStandardClassificationService.PreprocessorKeyword

Ottiene un tipo di classificazione che rappresenta le parole chiave del preprocessore in un linguaggio formale.

Spazio dei nomi:  Microsoft.VisualStudio.Language.StandardClassification
Assembly:  Microsoft.VisualStudio.Language.StandardClassification (in Microsoft.VisualStudio.Language.StandardClassification.dll)

Sintassi

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

Valore proprietà

Tipo: Microsoft.VisualStudio.Text.Classification.IClassificationType
Il tipo di classificazione del preprocessore.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IStandardClassificationService Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Language.StandardClassification