Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XsltContext::ResolveVariable Method (String^, String^)

 

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

Namespace:   System.Xml.Xsl
Assembly:  System.Xml (in System.Xml.dll)

public:
virtual IXsltContextVariable^ ResolveVariable(
	String^ prefix,
	String^ name
) abstract

Parameters

prefix
Type: System::String^

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

name
Type: System::String^

The name of the variable.

Return Value

Type: System.Xml.Xsl::IXsltContextVariable^

An IXsltContextVariable representing the variable at runtime.

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

.NET Framework
Available since 1.1
Silverlight
Available since 4.0
Return to top
Show:
© 2017 Microsoft