Share via


SyntaxFacts.IsPreprocessorKeyword(SyntaxKind) Method

Definition

Determine if the token instance represents a preprocessor keyword

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

Parameters

kind
SyntaxKind

Returns

Applies to