ValueMutator Delegate
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.
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)
Parameters
- matchIdx
- Int32
- matchExpr
- Microsoft.BizTalk.XPath.XPathExpression
- origVal
- String
- finalVal
- String
- Attributes