ToolWindowProvider.OnHideAsync(String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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