Aracılığıyla paylaş


XmlQueryContext.InvokeXsltLateBoundFunction Yöntem

Tanım

Dış bağımsız değişken listesinden bir geç bağlantılı uzantı nesnesi alır.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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)

Parametreler

name
String

Türünde bir değer string .

namespaceUri
String

Türünde bir değer string .

args
IList<XPathItem>[]

XPathItemÖrnek dizisi.

Döndürülenler

IList<XPathItem>

Türün genel bir listesi XPathItem .

Şunlara uygulanır