WebFormsDesignerActionService(IServiceProvider) Constructor

Definition

Creates a new instance of the WebFormsDesignerActionService class using the provided reference to the design host.

public:
 WebFormsDesignerActionService(IServiceProvider ^ serviceProvider);
public WebFormsDesignerActionService (IServiceProvider serviceProvider);
new System.Web.UI.Design.WebFormsDesignerActionService : IServiceProvider -> System.Web.UI.Design.WebFormsDesignerActionService
Public Sub New (serviceProvider As IServiceProvider)

Parameters

serviceProvider
IServiceProvider

A reference to the design host.

Applies to

See also