다음을 통해 공유


SyntaxFacts.GetKeywordKind(String) 메서드

정의

public:
 static Microsoft::CodeAnalysis::CSharp::SyntaxKind GetKeywordKind(System::String ^ text);
public static Microsoft.CodeAnalysis.CSharp.SyntaxKind GetKeywordKind (string text);
static member GetKeywordKind : string -> Microsoft.CodeAnalysis.CSharp.SyntaxKind
Public Function GetKeywordKind (text As String) As SyntaxKind

매개 변수

text
String

반환

적용 대상