ParameterEditorUserControl(IServiceProvider) Constructor

Definition

Initializes a new instance of the ParameterEditorUserControl class using the specified IServiceProvider.

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

Parameters

serviceProvider
IServiceProvider

An IServiceProvider interface to the current design host, such as Visual Studio 2005.

Remarks

The ParameterEditorUserControl constructor initializes the component controls of the ParameterEditorUserControl object, initializes UI elements, connects events for the individual component editors, and adds the component editors to the Controls collection for the ParameterEditorUserControl.

Applies to

See also