Share via


ValueMutator Delegate

Definition

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

Applies to