_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.
Returns or sets a String that specifies the path and file name for the Extensible Stylesheet Language Transformation (XSLT) to apply when a user saves a 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
Remarks
The XMLSaveThroughXSLT property is only applicable when the XMLUseXSLTWhenSaving property is set to True. If the XMLUseXSLTWhenSaving property is set to False, Microsoft Word will ignore the XMLSaveThroughXSLT property.