VisualBasicExtensions.IsPreprocessorKeyword(SyntaxToken) Méthode

Définition

Détermine si le jeton représente un mot clé de préprocesseur

public:
[System::Runtime::CompilerServices::Extension]
 static bool IsPreprocessorKeyword(Microsoft::CodeAnalysis::SyntaxToken token);
public static bool IsPreprocessorKeyword (this Microsoft.CodeAnalysis.SyntaxToken token);
static member IsPreprocessorKeyword : Microsoft.CodeAnalysis.SyntaxToken -> bool
<Extension()>
Public Function IsPreprocessorKeyword (token As SyntaxToken) As Boolean

Paramètres

token
SyntaxToken

SyntaxToken source.

Retours

Valeur booléenne True si le jeton est un mot clé de préprocesseur.

S’applique à