IToolWindowManager.HideAsync(String, CancellationToken) Method

Definition

Hides the tool window associated with the given identifier.

public System.Threading.Tasks.Task HideAsync (string identifier, System.Threading.CancellationToken cancellationToken);
abstract member HideAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function HideAsync (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