XmlQueryContext.GetDataSource(String, String) メソッド

定義

ユーザーが指定したuriRelativeから、uriBaseおよびT:System.Xml.XmlResolverで指定されたデータ ソースを取得します。

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

public:
 System::Xml::XPath::XPathNavigator ^ GetDataSource(System::String ^ uriRelative, System::String ^ uriBase);
public System.Xml.XPath.XPathNavigator GetDataSource(string uriRelative, string uriBase);
member this.GetDataSource : string * string -> System.Xml.XPath.XPathNavigator
Public Function GetDataSource (uriRelative As String, uriBase As String) As XPathNavigator

パラメーター

uriRelative
String

string 型の値。

uriBase
String

string 型の値。

返品

XPathNavigator クラスのインスタンス。

注釈

データ ソースが見つからなかった場合に例外をスローします。

適用対象