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

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

注釈

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

適用対象