IXsltContextVariable Interface
Provides an interface to a given variable that is defined in the style sheet during runtime execution.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | IsLocal | Gets a value indicating whether the variable is local. |
![]() | IsParam | 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. |
![]() | VariableType | Gets the XPathResultType representing the XML Path Language (XPath) type of the variable. |
| Name | Description | |
|---|---|---|
![]() | Evaluate(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.
Available since 1.1
Silverlight
Available since 4.0

