InlineScriptCompiler.GetXsltAsXmlElement(String) Method
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.
public:
System::Xml::XmlElement ^ GetXsltAsXmlElement(System::String ^ code);
public System.Xml.XmlElement GetXsltAsXmlElement (string code);
member this.GetXsltAsXmlElement : string -> System.Xml.XmlElement
Public Function GetXsltAsXmlElement (code As String) As XmlElement
Parameters
- code
- String