DesignSurfaceExtension::Initialize Method (DesignSurface^)
Visual Studio 2015
Initializes the design surface extension.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
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.
Show: