IToolWindowManager Interface

Definition

Provides a way to interact with tool windows.

public interface IToolWindowManager
type IToolWindowManager = interface
Public Interface IToolWindowManager

Remarks

Implemented by the platform's window management system.

Methods

HideAsync(String, CancellationToken)

Hides the tool window associated with the given identifier.

ShowAsync(String, Boolean, CancellationToken)

Shows the tool window associated with the given identifier.

Applies to