System.Xml.Xsl.IXsltContextVariable Members

The members of System.Xml.Xsl.IXsltContextVariable are listed below.

Public Properties

[read-only]
IsLocalbool.

Gets a value indicating whether the variable is local.

[read-only]
IsParambool.

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.

[read-only]
VariableTypeSystem.Xml.XPath.XPathResultType.

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

Public Methods

Evaluate(XsltContext) : object

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