ExpressionTextBox.RegisterExpressionActivityEditor Method

Definition

Registers an expression activity editor.

public:
 static void RegisterExpressionActivityEditor(System::String ^ name, Type ^ expressionActivityEditorType, System::Activities::Presentation::Expressions::CreateExpressionFromStringCallback ^ convertFromString);
public static void RegisterExpressionActivityEditor (string name, Type expressionActivityEditorType, System.Activities.Presentation.Expressions.CreateExpressionFromStringCallback convertFromString);
static member RegisterExpressionActivityEditor : string * Type * System.Activities.Presentation.Expressions.CreateExpressionFromStringCallback -> unit
Public Shared Sub RegisterExpressionActivityEditor (name As String, expressionActivityEditorType As Type, convertFromString As CreateExpressionFromStringCallback)

Parameters

name
String

The name of the expression editor.

expressionActivityEditorType
Type

The type of the expression activity editor.

convertFromString
CreateExpressionFromStringCallback

The string format of the expression.

Applies to