Share via


SyntaxFacts.GetPreprocessorKeywordKind(String) Method

Definition

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

Parameters

text
String

Returns

Applies to