IToolWindowProvider Interface

Definition

public interface class IToolWindowProvider
public interface IToolWindowProvider
type IToolWindowProvider = interface
Public Interface IToolWindowProvider
Derived

Methods

GetToolWindow(Type, Boolean)

Returns the tool window instance corresponding to the given type. We only support single-instance tool windows, so this will always be a 1-1 mapping.

Applies to