Freigeben über


SyntaxTree.GetRootCore(CancellationToken) Methode

Definition

Ruft den Stammknoten der Syntaxstruktur ab, was die Berechnung bei Bedarf verursacht.

protected:
 abstract Microsoft::CodeAnalysis::SyntaxNode ^ GetRootCore(System::Threading::CancellationToken cancellationToken);
protected abstract Microsoft.CodeAnalysis.SyntaxNode GetRootCore (System.Threading.CancellationToken cancellationToken);
abstract member GetRootCore : System.Threading.CancellationToken -> Microsoft.CodeAnalysis.SyntaxNode
Protected MustOverride Function GetRootCore (cancellationToken As CancellationToken) As SyntaxNode

Parameter

cancellationToken
CancellationToken

Gibt zurück

Gilt für: