RouteValueExpressionEditorSheet Constructor (String^, IServiceProvider^)
.NET Framework (current version)
Initializes a new instance of the RouteValueExpressionEditorSheet class.
Assembly: System.Design (in System.Design.dll)
public:
RouteValueExpressionEditorSheet(
String^ expression,
IServiceProvider^ serviceProvider
)
Parameters
- expression
-
Type:
System::String^
A RouteValue expression, used to initialize the expression editor sheet.
- serviceProvider
-
Type:
System::IServiceProvider^
A service provider implementation supplied by the designer host, used to obtain additional design-time services
The initial RouteValue property value is set using the input expression string. The ServiceProvider property is set using the input serviceProvider implementation.
.NET Framework
Available since 4.0
Available since 4.0
Show: