This documentation is archived and is not being maintained.
IXsltContextFunction Interface
.NET Framework 1.1
Provides an interface to a given function defined in the XSLT stylesheet during runtime execution.
For a list of all members of this type, see IXsltContextFunction Members.
[Visual Basic] Public Interface IXsltContextFunction [C#] public interface IXsltContextFunction [C++] public __gc __interface IXsltContextFunction [JScript] public interface IXsltContextFunction
Remarks
For more information on using IXsltContextFunction, see article Q324899, "HOW TO: Implement and Use Custom Functions When You Execute XPath Queries in Visual Basic .NET", in the Microsoft Knowledge Base at http://support.microsoft.com.
Requirements
Namespace: System.Xml.Xsl
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Xml (in System.Xml.dll)
See Also
Show: