SyntaxFactory.ParseStatement(String, Int32, ParseOptions, Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Analysez un StatementSyntaxNode à l’aide d’une règle de grammaire pour les instructions.
public static Microsoft.CodeAnalysis.CSharp.Syntax.StatementSyntax ParseStatement (string text, int offset = 0, Microsoft.CodeAnalysis.ParseOptions options = default, bool consumeFullText = true);
public static Microsoft.CodeAnalysis.CSharp.Syntax.StatementSyntax ParseStatement (string text, int offset = 0, Microsoft.CodeAnalysis.ParseOptions? options = default, bool consumeFullText = true);
static member ParseStatement : string * int * Microsoft.CodeAnalysis.ParseOptions * bool -> Microsoft.CodeAnalysis.CSharp.Syntax.StatementSyntax
Public Shared Function ParseStatement (text As String, Optional offset As Integer = 0, Optional options As ParseOptions = Nothing, Optional consumeFullText As Boolean = true) As StatementSyntax
Paramètres
- text
- String
Texte de l’instruction.
- offset
- Int32
Décalage facultatif en texte.
- options
- ParseOptions
Options d’analyse facultatives à utiliser. Si aucune option n’est spécifiée, les options par défaut sont utilisées.
- consumeFullText
- Boolean
True si des jetons supplémentaires dans l’entrée doivent être traités comme une erreur