0 out of 1 rated this helpful - Rate this topic

ValueMutator Delegate

Namespace: Microsoft.BizTalk.Streaming
Assembly: Microsoft.BizTalk.Streaming (in microsoft.biztalk.streaming.dll)
Dim instance As New ValueMutator(AddressOf HandlerMethod)
[ComVisibleAttribute(false)] 
public delegate void ValueMutator (
	int matchIdx,
	XPathExpression matchExpr,
	string origVal,
	ref string finalVal
)
/** @delegate */
/** @attribute ComVisibleAttribute(false) */ 
public delegate void ValueMutator (
	int matchIdx, 
	XPathExpression matchExpr, 
	String origVal, 
	/** @ref */ String finalVal
)

Parameters

matchIdx
 
matchExpr
 
origVal
 
finalVal
 

Development Platforms

The 32-bit and 64-bit editions of Windows Server 2003 R2 (except the Web Editions); The 32-bit and 64-bit editions of Windows Server 2003 SP2 (except the Web Edition); The 32-bit and 64-bit editions of Windows Server 2008 (except the Web Server Editions); Windows Small Business Server 2003 with SP2; The 32-bit and 64-bit editions of Windows Vista Ultimate, Enterprise and Business editions with Service Pack 1; The 32-bit and 64-bit editions of Windows XP Professional with Service Pack 3

Target Platforms

The 32-bit and 64-bit editions of Windows Server 2003 R2 (except the Web Editions); The 32-bit and 64-bit editions of Windows Server 2003 SP2 (except the Web Edition); The 32-bit and 64-bit editions of Windows Server 2008 (except the Web Server Editions); Windows Small Business Server 2003 with SP2
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.