CustomContextResolveFunction Method

This method is not implemented

Definition

Namespace: Sandcastle.Core.BuildAssembler
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public override IXsltContextFunction ResolveFunction(
	string prefix,
	string name,
	XPathResultType[] argumentTypes
)

Parameters

prefix  String
Not used
name  String
Not used
argumentTypes  XPathResultType
Not used

Return Value

IXsltContextFunction
Not implemented

Exceptions

NotImplementedExceptionThis method is not implemented

See Also