Share via


ToolWindowProvider.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
override this.OnHideAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function OnHideAsync (identifier As String, cancellationToken As CancellationToken) As Task

Parameters

identifier
String
cancellationToken
CancellationToken

Returns

Implements

Applies to