Resource.ReadTextAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtenir la ressource en tant que texte asynchrone.
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)
Retours
Ressource sous forme de texte.