WindowPaneProviderService::CreateWindowPane Method (Type^, DesignSurface^)
Visual Studio 2015
Creates a designer window pane for the specified type of window pane.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
protected:
DesignerWindowPane^ CreateWindowPane(
Type^ windowPaneType,
DesignSurface^ surface
)
Parameters
- windowPaneType
-
Type:
System::Type^
The type of the window pane.
- surface
-
Type:
System.ComponentModel.Design::DesignSurface^
The DesignSurface.
Return Value
Type: Microsoft.VisualStudio.Shell.Design::DesignerWindowPane^The newly-created DesignerWindowPane.
Show: