ValueMutator 委托
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public delegate void ValueMutator(int matchIdx, XPathExpression ^ matchExpr, System::String ^ origVal, System::String ^ % finalVal);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ValueMutator(int matchIdx, XPathExpression matchExpr, string origVal, ref string finalVal);
type ValueMutator = delegate of int * XPathExpression * string * string -> unit
Public Delegate Sub ValueMutator(matchIdx As Integer, matchExpr As XPathExpression, origVal As String, ByRef finalVal As String)
参数
- matchIdx
- Int32
- matchExpr
- Microsoft.BizTalk.XPath.XPathExpression
- origVal
- String
- finalVal
- String
- 属性