XmlQueryContext.GetDataSource(String, String) 메서드

정의

사용자가 제공한 데이터 원본과 사용자가 지정 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 클래스의 인스턴스입니다.

설명

데이터 원본을 찾을 수 없는 경우 예외를 throw합니다.

적용 대상