ExpressionEditorSheet.ServiceProvider Property
.NET Framework 3.0
Gets the service provider implementation that is used by the expression editor sheet.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
/** @property */ public IServiceProvider get_ServiceProvider ()
public function get ServiceProvider () : IServiceProvider
Not applicable.
Property Value
An IServiceProvider, typically provided by the design host, that can be used to obtain additional design-time services.Use the ExpressionEditorSheet constructor to set the ServiceProvider implementation for a custom expression editor sheet.
The ServiceProvider property can be used to access services that are provided by the designer host. For example, call the GetService method with the IWebApplication interface to access project items, documents, or configuration file details that are provided through the visual designer.
Community Additions
ADD
Show: