Custom ContextResolve Function Method
This method is not implemented
Definition
Namespace: Sandcastle.Core.BuildAssembler
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Not implemented
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public override IXsltContextFunction ResolveFunction(
string prefix,
string name,
XPathResultType[] argumentTypes
)VB
Public Overrides Function ResolveFunction (
prefix As String,
name As String,
argumentTypes As XPathResultType()
) As IXsltContextFunctionC++
public:
virtual IXsltContextFunction^ ResolveFunction(
String^ prefix,
String^ name,
array<XPathResultType>^ argumentTypes
) overrideF#
abstract ResolveFunction :
prefix : string *
name : string *
argumentTypes : XPathResultType[] -> IXsltContextFunction
override ResolveFunction :
prefix : string *
name : string *
argumentTypes : XPathResultType[] -> IXsltContextFunction Parameters
- prefix String
- Not used
- name String
- Not used
- argumentTypes XPathResultType
- Not used
Return Value
IXsltContextFunctionNot implemented
Exceptions
| NotImplementedException | This method is not implemented |