BTSXslTransform.NewITransform2(BTSXslTransform+TransformPolicy, Int32, Boolean, String, BTSXslTransform+CompilerXslOptions) Method

Definition

public:
 static Microsoft::XLANGs::BaseTypes::ITransform2 ^ NewITransform2(Microsoft::BizTalk::ScalableTransformation::BTSXslTransform::TransformPolicy policy, int autoSwitchThreshold, bool legacyWhitespaceBehavior, System::String ^ xsltEngine, Microsoft::BizTalk::ScalableTransformation::BTSXslTransform::CompilerXslOptions mapDotNetXsltTransform);
public static Microsoft.XLANGs.BaseTypes.ITransform2 NewITransform2 (Microsoft.BizTalk.ScalableTransformation.BTSXslTransform.TransformPolicy policy, int autoSwitchThreshold, bool legacyWhitespaceBehavior, string xsltEngine, Microsoft.BizTalk.ScalableTransformation.BTSXslTransform.CompilerXslOptions mapDotNetXsltTransform);
static member NewITransform2 : Microsoft.BizTalk.ScalableTransformation.BTSXslTransform.TransformPolicy * int * bool * string * Microsoft.BizTalk.ScalableTransformation.BTSXslTransform.CompilerXslOptions -> Microsoft.XLANGs.BaseTypes.ITransform2
Public Shared Function NewITransform2 (policy As BTSXslTransform.TransformPolicy, autoSwitchThreshold As Integer, legacyWhitespaceBehavior As Boolean, xsltEngine As String, mapDotNetXsltTransform As BTSXslTransform.CompilerXslOptions) As ITransform2

Parameters

autoSwitchThreshold
Int32
legacyWhitespaceBehavior
Boolean
xsltEngine
String
mapDotNetXsltTransform
BTSXslTransform.CompilerXslOptions

Returns

ITransform2

Applies to