ITemporaryTextStorage.WriteTextAsync(SourceText, CancellationToken) 메서드

정의

public System.Threading.Tasks.Task WriteTextAsync (Microsoft.CodeAnalysis.Text.SourceText text, System.Threading.CancellationToken cancellationToken = default);
abstract member WriteTextAsync : Microsoft.CodeAnalysis.Text.SourceText * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function WriteTextAsync (text As SourceText, Optional cancellationToken As CancellationToken = Nothing) As Task

매개 변수

text
SourceText
cancellationToken
CancellationToken

반환

적용 대상