IToolWindowManager Interface
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.
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. |