ParameterEditorUserControl(IServiceProvider) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.NET