Xslt.Explain MethodXslt.Explain MethodXslt::Explain Method

Writes the transformation execution plan to the specified XmlWriterXmlWriterXmlWriter.

Syntax

Public Sub Explain( _
    xmlWriter As System.Xml.XmlWriter _
)
public void Explain(
    System.Xml.XmlWriter xmlWriter
)
public:
void Explain(
    System.Xml::XmlWriter^ xmlWriter
)
 

Parameters

xmlWriter

Type: System.Xml.XmlWriterSystem.Xml.XmlWriterSystem.Xml::XmlWriter^

The XML writer to which the transformation execution plan is to be written.