IExpressionEditorService Interface

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Creates or closes expression editors.

Namespace:  System.Activities.Design.View
Assembly:  System.Activities.Design (in System.Activities.Design.dll)

Syntax

'Declaration
Public Interface IExpressionEditorService
'Usage
Dim instance As IExpressionEditorService
public interface IExpressionEditorService
public interface class IExpressionEditorService
public interface IExpressionEditorService
[<AbstractClassAttribute>]
type IExpressionEditorService =  interface end

Remarks

An expression editor is a Visual Basic control used to edit expressions inside Visual Studio. This control provides a full-fledged IDE editing experience, including IntelliSense, colorization, ParamInfo, error squiggles, among other features. An expression editor is created when an ExpressionTextBox instance gains focus and is destroyed on losing focus of a valid expression, or on reloading of the designer. Expression editors are not available for use in rehosted applications. If you are using an ExpressionTextBox control in a custom activity designer, it is not necessary to create and destroy expression editors using this interface. The ExpressionTextBox class manages this for you.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 4

See Also

Reference

IExpressionEditorService Members

System.Activities.Design.View Namespace