WindowPaneProviderService::CreateWindowPane Method (Type^, DesignSurface^)

 

Creates a designer window pane for the specified type of window pane.

Namespace:   Microsoft.VisualStudio.Shell.Design
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 to top
Show: