Share via


ToolWindowProvider.OnShowAsync(String, CancellationToken) Method

Definition

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

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

Parameters

identifier
String
cancellationToken
CancellationToken

Returns

Implements

Applies to