CompiledXsltWrapperTransform Constructors

Definition

Overloads

CompiledXsltWrapperTransform()
CompiledXsltWrapperTransform(String)

CompiledXsltWrapperTransform()

public:
 CompiledXsltWrapperTransform();
public CompiledXsltWrapperTransform ();
Public Sub New ()

Applies to

CompiledXsltWrapperTransform(String)

public:
 CompiledXsltWrapperTransform(System::String ^ xslt);
public CompiledXsltWrapperTransform (string xslt);
new Microsoft.XLANGs.BaseTypes.CompiledXsltWrapperTransform : string -> Microsoft.XLANGs.BaseTypes.CompiledXsltWrapperTransform
Public Sub New (xslt As String)

Parameters

xslt
String

Applies to