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
- 属性