SyntaxNode.FindNode(TextSpan, Boolean, 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.
Recherche le nœud avec le plus FullSpan petit qui contient span
.
getInnermostNodeForTie
est utilisé pour déterminer le comportement en cas de lien (c’est-à-dire un nœud ayant la même étendue que son parent).
Si getInnermostNodeForTie
la valeur est true, elle retourne le nœud décroissant le plus bas englobant le nœud donné span
.
Sinon, elle retourne le nœud le plus externe englobant le .span
public Microsoft.CodeAnalysis.SyntaxNode FindNode (Microsoft.CodeAnalysis.Text.TextSpan span, bool findInsideTrivia = false, bool getInnermostNodeForTie = false);
member this.FindNode : Microsoft.CodeAnalysis.Text.TextSpan * bool * bool -> Microsoft.CodeAnalysis.SyntaxNode
Public Function FindNode (span As TextSpan, Optional findInsideTrivia As Boolean = false, Optional getInnermostNodeForTie As Boolean = false) As SyntaxNode
Paramètres
- span
- TextSpan
- findInsideTrivia
- Boolean
- getInnermostNodeForTie
- Boolean
Retours
Exceptions
Cette exception est levée si FullSpan elle ne contient pas l’étendue donnée.
Remarques
TODO : Cela doit probablement être réapprésé avec ChildThatContainsPosition(Int32)