Freigeben über


XmlQueryContext.InvokeXsltLateBoundFunction Methode

Definition

Ruft ein spät gebundenes Erweiterungsobjekt aus der externen Argumentliste ab.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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

Ein Wert vom Typ string.

namespaceUri
String

Ein Wert vom Typ string.

args
IList<XPathItem>[]

Eine Sequenz von XPathItem-Instanzen.

Gibt zurück

IList<XPathItem>

Eine generische Liste des Typs XPathItem.

Gilt für