SyntaxFacts.GetPreprocessorKeywordKinds Method

Definition

Get preprocessor keywords

public:
 static System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::VisualBasic::SyntaxKind> ^ GetPreprocessorKeywordKinds();
public static System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.VisualBasic.SyntaxKind> GetPreprocessorKeywordKinds ();
static member GetPreprocessorKeywordKinds : unit -> seq<Microsoft.CodeAnalysis.VisualBasic.SyntaxKind>
Public Shared Function GetPreprocessorKeywordKinds () As IEnumerable(Of SyntaxKind)

Returns

Applies to