Partager via


SyntaxFacts.IsPreprocessorKeyword(SyntaxKind) Méthode

Définition

Déterminez si l’instance de jeton représente un mot clé de préprocesseur

public:
 static bool IsPreprocessorKeyword(Microsoft::CodeAnalysis::VisualBasic::SyntaxKind kind);
public static bool IsPreprocessorKeyword (Microsoft.CodeAnalysis.VisualBasic.SyntaxKind kind);
static member IsPreprocessorKeyword : Microsoft.CodeAnalysis.VisualBasic.SyntaxKind -> bool
Public Shared Function IsPreprocessorKeyword (kind As SyntaxKind) As Boolean

Paramètres

kind
SyntaxKind

Retours

S’applique à