ValueMutator Délégué
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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)
Paramètres
- matchIdx
- Int32
- matchExpr
- Microsoft.BizTalk.XPath.XPathExpression
- origVal
- String
- finalVal
- String
- Attributs