XSLTransforms Interface

A collection of XSLTransform objects that represent all of the Extensible Stylesheet Language Transformations (XSLTs) for a specific XML namespace.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("C774F5EA-A539-4284-A1BE-30AEC052D899")> _
Public Interface XSLTransforms _
    Inherits IEnumerable
'Usage
Dim instance As XSLTransforms
[GuidAttribute("C774F5EA-A539-4284-A1BE-30AEC052D899")]
public interface XSLTransforms : IEnumerable

Remarks

Use the Add method to add an individual XSLTransform object to the collection of XSLTs for a schema.

Use the Item property to return a single XSLTransform object.

See Also

Reference

XSLTransforms Members

Microsoft.Office.Interop.Word Namespace