DesignSurfaceExtension Constructor
Create a new instance of the DesignSurfaceExtension class.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Protected Sub New
protected DesignSurfaceExtension()
protected:
DesignSurfaceExtension()
new : unit -> DesignSurfaceExtension
protected function DesignSurfaceExtension()
Remarks
When the Visual Studio environment uses an instance of DesignSurfaceExtension, this constructor is used to instantiate the object, but information about the DesignSurface is added in the call to Initialize.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Shell.Design Namespace
DesignSurfaceExtensionAttribute