Document.XMLSaveThroughXSLT Property
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.
Gets or sets the path and file name for the Extensible Stylesheet Language Transformation (XSLT) to apply when a user saves the document.
public:
property System::String ^ XMLSaveThroughXSLT { System::String ^ get(); void set(System::String ^ value); };
public string XMLSaveThroughXSLT { get; set; }
member this.XMLSaveThroughXSLT : string with get, set
Public Property XMLSaveThroughXSLT As String
Property Value
The path and file name for the Extensible Stylesheet Language Transformation (XSLT) to apply when a user saves the document.
Remarks
The XMLSaveThroughXSLT property is only applicable when the XMLUseXSLTWhenSaving property is set to true
. If the XMLUseXSLTWhenSaving property is set to false
, Microsoft Office Word will ignore the XMLSaveThroughXSLT property.