Compartir a través de


ITemporaryTextStorage.ReadTextAsync(CancellationToken) Método

Definición

public System.Threading.Tasks.Task<Microsoft.CodeAnalysis.Text.SourceText> ReadTextAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member ReadTextAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.CodeAnalysis.Text.SourceText>
Public Function ReadTextAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of SourceText)

Parámetros

cancellationToken
CancellationToken

Devoluciones

Se aplica a