WindowPaneProviderService.RegisteredWindowPane(Type, String) Constructor
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.
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.