CreateExpressionFromStringCallback 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示自訂運算式編輯器提供的委派,用來從字串文字建立運算式活動。
public delegate System::Activities::ActivityWithResult ^ CreateExpressionFromStringCallback(System::String ^ expressionText, bool useLocationExpression, Type ^ expressionType);
public delegate System.Activities.ActivityWithResult CreateExpressionFromStringCallback(string expressionText, bool useLocationExpression, Type expressionType);
type CreateExpressionFromStringCallback = delegate of string * bool * Type -> ActivityWithResult
Public Delegate Function CreateExpressionFromStringCallback(expressionText As String, useLocationExpression As Boolean, expressionType As Type) As ActivityWithResult
參數
- expressionText
- String
要以字串形式建立的運算式。
- useLocationExpression
- Boolean
true
以指出應該使用位置運算式;否則為 false
。
- expressionType
- Type
要加入之運算式的類型。
傳回值
包含系統活動的物件。
擴充方法
GetMethodInfo(Delegate) |
取得表示特定委派所代表之方法的物件。 |