IXsltContextVariable.Evaluate Method (XsltContext)
.NET Framework (current version)
Evaluates the variable at runtime and returns an object that represents the value of the variable.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- xsltContext
-
Type:
System.Xml.Xsl.XsltContext
An XsltContext representing the execution context of the variable.
Return Value
Type: System.ObjectAn Object representing the value of the variable. Possible return types include number, string, Boolean, document fragment, or node set.
.NET Framework
Available since 1.1
Silverlight
Available since 4.0
Available since 1.1
Silverlight
Available since 4.0
Show: