DesignerWindowPane Constructor (DesignSurface^)

 

Initializes a new instance of the DesignerWindowPane class.

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

public:
DesignerWindowPane(
	DesignSurface^ surface
)

Parameters

surface
Type: System.ComponentModel.Design::DesignSurface^

The design surface for which to create the window pane.

Exception Condition
ArgumentNullException

surface is null.

Return to top
Show: