XMLNamespace.XSLTransforms Property
Returns a XSLTransforms collection that represents the Extensible Stylesheet Language Transformation (XSLT) files specified for use with a schema.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property XSLTransforms As XSLTransforms
Get
'Usage
Dim instance As XMLNamespace
Dim value As XSLTransforms
value = instance.XSLTransforms
XSLTransforms XSLTransforms { get; }
Property Value
Type: Microsoft.Office.Interop.Word.XSLTransforms