ResourceExpressionEditorSheet Constructor (String^, IServiceProvider^)
.NET Framework (current version)
Initializes a new instance of the ResourceExpressionEditorSheet class.
Assembly: System.Design (in System.Design.dll)
public:
ResourceExpressionEditorSheet(
String^ expression,
IServiceProvider^ serviceProvider
)
Parameters
- expression
-
Type:
System::String^
A resource 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 ClassKey and ResourceKey property values are set using the input expression string. The ServiceProvider property is set using the input serviceProvider implementation.
.NET Framework
Available since 2.0
Available since 2.0
Show: