XmlQueryContext.InvokeXsltLateBoundFunction 方法

定义

从外部参数列表中获取后期绑定扩展对象。

此 API 支持产品基础结构,不能在代码中直接使用。

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)

参数

name
String

一个 string 类型的值。

namespaceUri
String

一个 string 类型的值。

args
IList<XPathItem>[]

一系列 XPathItem 实例。

返回

类型的 XPathItem泛型列表。

适用于