Compartir a través de


SyntaxTreeOptionsProvider.IsGenerated(SyntaxTree, CancellationToken) Método

Definición

Obtiene si se genera el árbol especificado.

public abstract Microsoft.CodeAnalysis.GeneratedKind IsGenerated (Microsoft.CodeAnalysis.SyntaxTree tree, System.Threading.CancellationToken cancellationToken);
abstract member IsGenerated : Microsoft.CodeAnalysis.SyntaxTree * System.Threading.CancellationToken -> Microsoft.CodeAnalysis.GeneratedKind
Public MustOverride Function IsGenerated (tree As SyntaxTree, cancellationToken As CancellationToken) As GeneratedKind

Parámetros

tree
SyntaxTree
cancellationToken
CancellationToken

Devoluciones

Se aplica a