IDebugger.OutputAsync(String, Object, Object, CancellationToken) 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.
Tâche représentant une sortie de débogage.
public System.Threading.Tasks.Task OutputAsync(string text, object item, object value, System.Threading.CancellationToken cancellationToken);
abstract member OutputAsync : string * obj * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function OutputAsync (text As String, item As Object, value As Object, cancellationToken As CancellationToken) As Task
Paramètres
- text
- String
Texte à la sortie.
- item
- Object
Élément objet dans le débogueur.
- value
- Object
Valeur de l’objet à générer.
- cancellationToken
- CancellationToken
Jeton d'annulation qui peut être utilisé par d'autres objets ou threads pour être informés de l'annulation.
Retours
Task représentant l’opération asynchrone.