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^)
.NET Framework (current version)
When overridden in a derived class, resolves a variable reference and returns an IXsltContextVariable representing the variable.
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
Available since 1.1
Silverlight
Available since 4.0
Show: