Share via


WindowPaneProviderService.RegisteredWindowPane(Type, String) Constructor

Definition

Creates a new RegisteredWindowPane instance.

public:
 RegisteredWindowPane(Type ^ baseType, System::String ^ windowPaneTypeName);
public:
 RegisteredWindowPane(Platform::Type ^ baseType, Platform::String ^ windowPaneTypeName);
public RegisteredWindowPane (Type baseType, string windowPaneTypeName);
new Microsoft.VisualStudio.Shell.Design.WindowPaneProviderService.RegisteredWindowPane : Type * string -> Microsoft.VisualStudio.Shell.Design.WindowPaneProviderService.RegisteredWindowPane
Public Sub New (baseType As Type, windowPaneTypeName As String)

Parameters

baseType
Type

The kind of the window pane that is being registered.

windowPaneTypeName
String

The name of the window pane.

Applies to