DesignSurfaceExtension::Initialize Method (DesignSurface^)

 

Initializes the design surface extension.

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

public:
virtual void Initialize(
	DesignSurface^ surface
)

Parameters

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

The design surface that is being created.

Exception Condition
ArgumentNullException

surface is null.

If you do not need any initialization you do not need to override this method.

Return to top
Show: