IToolWindowProvider 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.
public interface class IToolWindowProviderpublic interface IToolWindowProvidertype IToolWindowProvider = interfacePublic 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. |