SyntaxFacts.GetPreprocessorKeywordKinds 方法

定义

获取预处理器关键字

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)

返回

适用于