Document.XMLSaveThroughXSLT Property (2007 System)
Gets or sets the path and file name for the Extensible Stylesheet Language Transformation (XSLT) to apply when a user saves the document.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property XMLSaveThroughXSLT As String
'Usage
Dim instance As Document
Dim value As String
value = instance.XMLSaveThroughXSLT
instance.XMLSaveThroughXSLT = value
[BrowsableAttribute(false)]
public string XMLSaveThroughXSLT { get; set; }
[BrowsableAttribute(false)]
public:
property String^ XMLSaveThroughXSLT {
String^ get ();
void set (String^ value);
}
public function get XMLSaveThroughXSLT () : String
public function set XMLSaveThroughXSLT (value : String)
Property Value
Type: System.String
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.