Nyelv

XmlQueryContext.InvokeXsltLateBoundFunction Metódus

Definíció

Késői kötésű bővítményobjektumot kér le a külső argumentumlistáról.

Ez az API a termékinfrastruktúrát támogatja, és közvetlenül a kódból nem használható.

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)

Paraméterek

name
String

Típusérték string.

namespaceUri
String

Típusérték string.

args
IList<XPathItem>[]

Példányok sorozata XPathItem .

Válaszok

A típus XPathItemáltalános listája.

A következőre érvényes: