SyntaxFacts.IsPreprocessorKeyword(SyntaxKind) 메서드

정의

토큰 인스턴스가 전처리기 키워드를 나타내는지 확인

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

매개 변수

kind
SyntaxKind

반환

적용 대상