Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
The base class for any object provided by a VSPackage to be called by the Visual Studio environment upon designer creation to customize or extend services and metadata provided by any implementation of DesignSurface.
The DesignSurfaceExtension type exposes the following members.
Constructors
Name
Description
Create a new instance of the DesignSurfaceExtension class.
Top
Methods
Name
Description
Overloaded. Disposes this object and its resources.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Destroys the object. (Overrides Object.Finalize().)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Initializes the design surface extension.
Creates a shallow copy of the current Object. (Inherited from Object.)
This method is called when a new component is created but before that component is added to the designer.
Overloaded. This method is called when a new designer is created.
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets the design surface this extension was initialized with.
Top