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 クラスのインスタンス。
注釈
データ ソースが見つからなかった場合に例外をスローします。