SyntaxFacts.GetPreprocessorKeywordKind(String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Parâmetros
- text
- String