IExpressionEditorService Methods
.NET Framework 4
The IExpressionEditorService type exposes the following members.
| Name | Description | |
|---|---|---|
|
CloseExpressionEditors | Closes all the active expression editors. |
|
CreateExpressionEditor(AssemblyContextControlItem, ImportedNamespaceContextItem, List<ModelItem>, String) | Creates a new expression editor. |
|
CreateExpressionEditor(AssemblyContextControlItem, ImportedNamespaceContextItem, List<ModelItem>, String, Type) | Creates a new expression editor using the specified assemblies, imported namespaces, variables, expression text, and expression type. |
|
CreateExpressionEditor(AssemblyContextControlItem, ImportedNamespaceContextItem, List<ModelItem>, String, Size) | Creates a new expression editor using the specified assemblies, imported namespaces, variables, expression text, and the initial size. |
|
CreateExpressionEditor(AssemblyContextControlItem, ImportedNamespaceContextItem, List<ModelItem>, String, Type, Size) | Creates a new expression editor using the specified assemblies, imported namespaces, variables, expression text, expression type, and the initial size. |
|
UpdateContext | Updates the context for the editing session. |