XmlQueryContext.InvokeXsltLateBoundFunction Metodo

Definizione

Ottiene un oggetto estensione ad associazione tardiva dall'elenco di argomenti esterno.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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)

Parametri

name
String

Valore di tipo string.

namespaceUri
String

Valore di tipo string.

args
IList<XPathItem>[]

Sequenza di istanze di XPathItem.

Restituisce

IList<XPathItem>

Elenco generico di tipo XPathItem.

Si applica a