get_OutputSettings()

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()

Return Value

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