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
‘선언
Protected Sub New
‘사용 방법
Dim instance As New DesignSurfaceExtension()
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
DesignSurfaceExtension Members
Microsoft.VisualStudio.Shell.Design Namespace
DesignSurfaceExtensionAttribute