次の方法で共有


XmlQueryContext.InvokeXsltLateBoundFunction メソッド

定義

遅延バインディングされた拡張オブジェクトを外部の引数リストから取得します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

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)

パラメーター

name
String

string 型の値。

namespaceUri
String

string 型の値。

args
IList<XPathItem>[]

XPathItem インスタンスのシーケンス。

戻り値

IList<XPathItem>

XPathItem 型の一般的な一覧です。

適用対象