System::Xml::Xsl::XslCompiledTransform::get_OutputSettings method

XslCompiledTransform::get_OutputSettings method

Returns an XmlWriterSettings object that contains the output information derived from the xsl:output element of the style sheet.

SharedPtr<XmlWriterSettings> System::Xml::Xsl::XslCompiledTransform::get_OutputSettings()

ReturnValue

A read-only XmlWriterSettings object that contains the output information derived from the xsl:output element of the style sheet. This value can be nullptr.

See Also