XmlQueryContext.GetDataSource(String, String) Metoda

Definicja

Pobiera źródło danych określone przez i zT:System.Xml.XmluriRelative uriBase rozpoznawania nazw, który został podany przez użytkownika.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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

Parametry

uriRelative
String

Wartość typu string .

uriBase
String

Wartość typu string .

Zwraca

XPathNavigator

Wystąpienie klasy XPathNavigator.

Uwagi

Zgłasza wyjątek, jeśli nie znaleziono źródła danych.

Dotyczy