Sdílet prostřednictvím


XmlQueryContext.InvokeXsltLateBoundFunction Metoda

Definice

Získá objekt rozšíření s pozdní vazbou ze seznamu vnějších argumentů.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

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)

Parametry

name
String

Hodnota typu string .

namespaceUri
String

Hodnota typu string .

args
IList<XPathItem>[]

Sekvence XPathItem instancí.

Návraty

IList<XPathItem>

Obecný XPathItem seznam typu

Platí pro