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 类的实例。
注解
如果未找到任何数据源,则引发异常。