Share via


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 類型的一般清單。

適用於