VisualBasicExtensions.IsPreprocessorKeyword(SyntaxToken) 메서드

정의

토큰이 전처리기 키워드를 나타내는지 확인합니다.

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

매개 변수

token
SyntaxToken

원본 SyntaxToken입니다.

반환

토큰이 사전 프로세서 키워드인 경우 부울 값 True입니다.

적용 대상