XmlQueryContext.GetDataSource(String, String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 クラスのインスタンス。
注釈
データソースが見つからなかった場合は、例外をスローします。