IToolWindowProvider.OnHideAsync(String, CancellationToken) Method

Definition

Notifies that the tool window associated with the given identifier is being hidden.

public System.Threading.Tasks.Task OnHideAsync (string identifier, System.Threading.CancellationToken cancellationToken);
abstract member OnHideAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function OnHideAsync (identifier As String, cancellationToken As CancellationToken) As Task

Parameters

identifier
String

The tool window identifier.

cancellationToken
CancellationToken

A CancellationToken to cancel the in-progress request.

Returns

A Task representing the asynchronous operation.

Applies to