XmlQueryContext.InvokeXsltLateBoundFunction Metode

Definisi

Mendapatkan objek ekstensi yang terlambat terikat dari daftar argumen eksternal.

API ini mendukung infrastruktur produk dan tidak dimaksudkan untuk digunakan langsung dari kode Anda.

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)

Parameter

name
String

Nilai jenis string.

namespaceUri
String

Nilai jenis string.

args
IList<XPathItem>[]

Urutan XPathItem instans.

Mengembalikan

Daftar XPathItemjenis generik .

Berlaku untuk