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 实例的序列。

返回

IList<XPathItem>

一个 XPathItem 类型的泛型列表。

适用于