Partager via


Compilation.ContainsSyntaxTree(SyntaxTree) Méthode

Définition

Retourne true si cette compilation contient l’arborescence spécifiée. Sinon, false.

public:
 bool ContainsSyntaxTree(Microsoft::CodeAnalysis::SyntaxTree ^ syntaxTree);
public bool ContainsSyntaxTree (Microsoft.CodeAnalysis.SyntaxTree syntaxTree);
member this.ContainsSyntaxTree : Microsoft.CodeAnalysis.SyntaxTree -> bool
Public Function ContainsSyntaxTree (syntaxTree As SyntaxTree) As Boolean

Paramètres

syntaxTree
SyntaxTree

Arborescence de syntaxe.

Retours

S’applique à