SyntaxFacts.IsPreprocessorKeyword(SyntaxKind) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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