Compartilhar via


XmlQueryContext.InvokeXsltLateBoundFunction Método

Definição

Obtém um objeto de extensão de associação tardia da lista de argumentos externa.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu 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

Um valor do tipo string.

namespaceUri
String

Um valor do tipo string.

args
IList<XPathItem>[]

Uma sequência de instâncias XPathItem.

Retornos

IList<XPathItem>

Uma lista genérica do tipo XPathItem.

Aplica-se a