System::Xml::Xsl::XsltContext::ResolveVariable method

XsltContext::ResolveVariable method

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

virtual SharedPtr<IXsltContextVariable> System::Xml::Xsl::XsltContext::ResolveVariable(String prefix, String name)=0
ParameterTypeDescription
prefixStringThe prefix of the variable as it appears in the XPath expression.
nameStringThe name of the variable.

ReturnValue

An IXsltContextVariable representing the variable at runtime.

See Also