LegacyXsltWrapperTransform Constructors

Definition

Overloads

LegacyXsltWrapperTransform()
LegacyXsltWrapperTransform(String)

LegacyXsltWrapperTransform()

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

Applies to

LegacyXsltWrapperTransform(String)

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

Parameters

xslt
String

Applies to