ExpressionTextBox.RegisterExpressionActivityEditor Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.