SyntaxFacts.GetPreprocessorKeywordKind(String) Method

Definition

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

Parameters

text
String

Returns

Applies to