System.Web.UI.Design.AppSettingsExpressionEditor.GetExpressionEditorSheet Method

Returns an expression editor sheet for an application setting expression.

Syntax

public override ExpressionEditorSheet GetExpressionEditorSheet (string expression, IServiceProvider serviceProvider)

Parameters

expression
The expression string set for a control property, used to initialize the expression editor sheet. expression does not include the AppSettings expression prefix.
serviceProvider
A service provider implementation supplied by the designer host, used to obtain additional design-time services.

Returns

An System.Web.UI.Design.ExpressionEditorSheet implementation that defines the application setting expression properties.

Remarks

The AppSettingsExpressionEditor.GetExpressionEditorSheet(string, IServiceProvider) method returns a simple editor sheet implementation, which uses a single input string to form the expression.

Requirements

Namespace: System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0