System.Xml.Xsl.XsltContext.ResolveVariable Method

When overridden in a derived class, resolves a variable reference and returns an System.Xml.Xsl.IXsltContextVariable representing the variable.

Syntax

public abstract IXsltContextVariable ResolveVariable (string prefix, string name)

Parameters

prefix
The prefix of the variable as it appears in the XPath expression.
name
The name of the variable.

Returns

An System.Xml.Xsl.IXsltContextVariable representing the variable at runtime.

Remarks

The System.Xml.Xsl.IXsltContextVariable is used at execution time to get the value of the variable.

Requirements

Namespace: System.Xml.Xsl
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0