Click or drag to resize
Sandcastle Help File BuilderXPathFunctionContextResolveVariable Method
This is not used by this class.

Namespace: SandcastleBuilder.Utils.XPath
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public override IXsltContextVariable ResolveVariable(
	string prefix,
	string name
)

Parameters

prefix
Type: SystemString
The prefix of the variable as it appears in the expression
name
Type: SystemString
The name of the variable

Return Value

Type: IXsltContextVariable
Always returns null
See Also