Resource.ReadTextAsync 方法

定义

以文本异步的形式获取资源。

public virtual System.Threading.Tasks.Task<string> ReadTextAsync();
abstract member ReadTextAsync : unit -> System.Threading.Tasks.Task<string>
override this.ReadTextAsync : unit -> System.Threading.Tasks.Task<string>
Public Overridable Function ReadTextAsync () As Task(Of String)

返回

资源作为文本。

适用于