XSLTransforms Interface

Definition

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

public interface class XSLTransforms : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("C774F5EA-A539-4284-A1BE-30AEC052D899")]
public interface XSLTransforms : System.Collections.IEnumerable
type XSLTransforms = interface
    interface IEnumerable
Public Interface XSLTransforms
Implements IEnumerable
Attributes
Implements

Remarks

Use the Add(String, Object, Boolean) method to add an individual XSLTransform object to the collection of XSLTs for a schema.

Use the Item[Object] property to return a single XSLTransform object.

Properties

Application

Returns a Application object that represents the Microsoft Word application.

Count

Returns the number of items in the specified collection.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created.

Item[Object]

Returns an individual object in a collection.

Parent

Returns an object that represents the parent object of the specified object.

Methods

Add(String, Object, Boolean)

Returns a XSLTransform object that represents an Extensible Stylesheet Language Transformation (XSLT) added to the collection of XSLTs for a specified schema.

GetEnumerator()

Applies to