XSLTemplateClass class
This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) object or member. For information about the MSXML object or member that is wrapped by this type or member, see the MSXML SDK. For more information about using MSXML objects or members from managed code, see Working with MSXML5 and System.Xml Using the InfoPath 2003 Object Model.
Inheritance hierarchy
System.Object
Microsoft.Office.Interop.InfoPath.Xml.XSLTemplateClass
Namespace: Microsoft.Office.Interop.InfoPath.Xml
Assembly: Microsoft.Office.Interop.InfoPath.Xml (in Microsoft.Office.Interop.InfoPath.Xml.dll)
Syntax
'Declaration
<GuidAttribute("2933BF94-7B36-11D2-B20E-00C04F983E60")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class XSLTemplateClass _
Implements IXSLTemplate, XSLTemplate
'Usage
Dim instance As XSLTemplateClass
[GuidAttribute("2933BF94-7B36-11D2-B20E-00C04F983E60")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class XSLTemplateClass : IXSLTemplate,
XSLTemplate
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.