WebFormsRootDesigner.CreateDesignerActionService(IServiceProvider) Method

Definition

Returns a design-time DesignerActionService object.

protected:
 virtual System::ComponentModel::Design::DesignerActionService ^ CreateDesignerActionService(IServiceProvider ^ serviceProvider);
protected virtual System.ComponentModel.Design.DesignerActionService CreateDesignerActionService (IServiceProvider serviceProvider);
abstract member CreateDesignerActionService : IServiceProvider -> System.ComponentModel.Design.DesignerActionService
override this.CreateDesignerActionService : IServiceProvider -> System.ComponentModel.Design.DesignerActionService
Protected Overridable Function CreateDesignerActionService (serviceProvider As IServiceProvider) As DesignerActionService

Parameters

serviceProvider
IServiceProvider

A design host, such as Visual Studio 2005, cast as an IServiceProvider.

Returns

A design-time designer action service object.

Remarks

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.

Applies to

See also