WebFormsRootDesigner.CreateDesignerActionService Method (IServiceProvider)
.NET Framework (current version)
Returns a design-time DesignerActionService object.
Assembly: System.Design (in System.Design.dll)
Protected Overridable Function CreateDesignerActionService ( serviceProvider As IServiceProvider ) As DesignerActionService
Parameters
- serviceProvider
-
Type:
System.IServiceProvider
A design host, such as Visual Studio 2005, cast as an IServiceProvider.
Return Value
Type: System.ComponentModel.Design.DesignerActionServiceA design-time designer action service object.
The CreateDesignerActionService method is called by a control designer and provides a way for action items for the control designer to be implemented in the Web Forms page through a design host, such as Visual Studio 2005.
.NET Framework
Available since 2.0
Available since 2.0
Show: