WindowPane Constructor

Initializes a new instance of WindowPane with the specified service provider.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)

Syntax

'宣言
Protected Sub New ( _
    provider As IServiceProvider _
)
'使用
Dim provider As IServiceProvider

Dim instance As New WindowPane(provider)
protected WindowPane(
    IServiceProvider provider
)
protected:
WindowPane(
    IServiceProvider^ provider
)
protected function WindowPane(
    provider : IServiceProvider
)

Parameters

Remarks

Use null for the IServiceProvider unless the instance of the pane must access shell services between the construction of the object and the call to SetSite.

If you do pass an instance of IServiceProvider to the constructor, it must not store the provider for a package or editor factory; the implementation of SetSite will change its value.

Permissions

See Also

Reference

WindowPane Class

WindowPane Members

Microsoft.VisualStudio.Shell Namespace