_Document.XMLSaveThroughXSLT Property
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.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property XMLSaveThroughXSLT As String
Get
Set
'Usage
Dim instance As _Document
Dim value As String
value = instance.XMLSaveThroughXSLT
instance.XMLSaveThroughXSLT = value
string XMLSaveThroughXSLT { get; set; }
Property Value
Type: System.String
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.