CompiledXsltWrapperTransform Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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