ToolWindowPane Constructors
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.
Overloads
ToolWindowPane() |
Creates a new tool window pane with a null parent service provider |
ToolWindowPane(IServiceProvider) |
Constructor |
ToolWindowPane()
Creates a new tool window pane with a null parent service provider
public:
ToolWindowPane();
public:
ToolWindowPane();
ToolWindowPane();
public ToolWindowPane ();
Public Sub New ()
Applies to
ToolWindowPane(IServiceProvider)
Constructor
protected:
ToolWindowPane(IServiceProvider ^ provider);
protected ToolWindowPane (IServiceProvider provider);
new Microsoft.VisualStudio.Shell.ToolWindowPane : IServiceProvider -> Microsoft.VisualStudio.Shell.ToolWindowPane
Protected Sub New (provider As IServiceProvider)
Parameters
- provider
- IServiceProvider
The single constructor argument is a service provider that the created window can use to obtain services. This parameter must not be null
because the tool window cannot add itself to the shell.