Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IXsltContextVariable Interface

 

Provides an interface to a given variable that is defined in the style sheet during runtime execution.

Namespace:   System.Xml.Xsl
Assembly:  System.Xml (in System.Xml.dll)

public interface class IXsltContextVariable

NameDescription
System_CAPS_pubpropertyIsLocal

Gets a value indicating whether the variable is local.

System_CAPS_pubpropertyIsParam

Gets a value indicating whether the variable is an Extensible Stylesheet Language Transformations (XSLT) parameter. This can be a parameter to a style sheet or a template.

System_CAPS_pubpropertyVariableType

Gets the XPathResultType representing the XML Path Language (XPath) type of the variable.

NameDescription
System_CAPS_pubmethodEvaluate(XsltContext^)

Evaluates the variable at runtime and returns an object that represents the value of the variable.

For more information on using IXsltContextVariable , 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.

.NET Framework
Available since 1.1
Silverlight
Available since 4.0
Return to top
Show:
© 2017 Microsoft