XmlQueryContext.GetDataSource(String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從 T:System.Xml.XmlResolver
使用者提供的 取得 和 uriBase
所 uriRelative
指定的資料來源。
此 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 類別的執行個體。
備註
如果找不到資料來源,則會擲回例外狀況。