IXsltContextVariable.Evaluate Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Evaluates the variable at runtime and returns an object that represents the value of the variable.
Namespace: System.Xml.Xsl
Assembly: System.Xml.XPath (in System.Xml.XPath.dll)
Syntax
'Declaration
Function Evaluate ( _
xsltContext As XsltContext _
) As Object
Object Evaluate(
XsltContext xsltContext
)
Parameters
- xsltContext
Type: System.Xml.Xsl.XsltContext
An XsltContext representing the execution context of the variable.
Return Value
Type: System.Object
An Object representing the value of the variable. Possible return types include number, string, Boolean, document fragment, or node set.
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.