IExpressionEditorService.CreateExpressionEditor Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Creates a new expression editor.
Namespace: System.Activities.Design.View
Assembly: System.Activities.Design (in System.Activities.Design.dll)
Syntax
'Declaration
Function CreateExpressionEditor ( _
assemblies As AssemblyContextControlItem, _
variables As List(Of ModelItem), _
text As String _
) As IExpressionEditorInstance
'Usage
Dim instance As IExpressionEditorService
Dim assemblies As AssemblyContextControlItem
Dim variables As List(Of ModelItem)
Dim text As String
Dim returnValue As IExpressionEditorInstance
returnValue = instance.CreateExpressionEditor(assemblies, _
variables, text)
IExpressionEditorInstance CreateExpressionEditor(
AssemblyContextControlItem assemblies,
List<ModelItem> variables,
string text
)
IExpressionEditorInstance^ CreateExpressionEditor(
AssemblyContextControlItem^ assemblies,
List<ModelItem^>^ variables,
String^ text
)
function CreateExpressionEditor(
assemblies : AssemblyContextControlItem,
variables : List<ModelItem>,
text : String
) : IExpressionEditorInstance
abstract CreateExpressionEditor :
assemblies:AssemblyContextControlItem *
variables:List<ModelItem> *
text:string -> IExpressionEditorInstance
Parameters
- assemblies
Type: System.Activities.Design.View.AssemblyContextControlItem
Used to set the context for the editor session.
- variables
Type: System.Collections.Generic.List<ModelItem>
Local variables for the expression editor.
- text
Type: System.String
A string used to populate the expression editor.
Return Value
Type: System.Activities.Design.View.IExpressionEditorInstance
Returns IExpressionEditorInstance.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
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 Interface