XmlQueryContext.InvokeXsltLateBoundFunction Method

Definition

Gets a late-bound extension object from the external argument list.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 System::Collections::Generic::IList<System::Xml::XPath::XPathItem ^> ^ InvokeXsltLateBoundFunction(System::String ^ name, System::String ^ namespaceUri, cli::array <System::Collections::Generic::IList<System::Xml::XPath::XPathItem ^> ^> ^ args);
public System.Collections.Generic.IList<System.Xml.XPath.XPathItem> InvokeXsltLateBoundFunction (string name, string namespaceUri, System.Collections.Generic.IList<System.Xml.XPath.XPathItem>[] args);
member this.InvokeXsltLateBoundFunction : string * string * System.Collections.Generic.IList<System.Xml.XPath.XPathItem>[] -> System.Collections.Generic.IList<System.Xml.XPath.XPathItem>
Public Function InvokeXsltLateBoundFunction (name As String, namespaceUri As String, args As IList(Of XPathItem)()) As IList(Of XPathItem)

Parameters

name
String

A value of type string.

namespaceUri
String

A value of type string.

args
IList<XPathItem>[]

A sequence of XPathItem instances.

Returns

A generic list of type XPathItem.

Applies to