XmlQueryContext.InvokeXsltLateBoundFunction Método

Definición

Obtiene un objeto de extensión enlazado en tiempo de ejecución de la lista de argumentos externos.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

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)

Parámetros

name
String

Valor de tipo string.

namespaceUri
String

Valor de tipo string.

args
IList<XPathItem>[]

Secuencia de XPathItem instancias.

Devoluciones

Lista genérica de tipo XPathItem.

Se aplica a