ToolWindowPane Constructors

Definition

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.

Applies to