다음을 통해 공유


XmlFileResolver.ResolveReference(String, String) 메서드

정의

XML 문서 파일 경로를 확인합니다.

public:
 override System::String ^ ResolveReference(System::String ^ path, System::String ^ baseFilePath);
public override string ResolveReference (string path, string baseFilePath);
public override string? ResolveReference (string path, string? baseFilePath);
override this.ResolveReference : string * string -> string
Public Overrides Function ResolveReference (path As String, baseFilePath As String) As String

매개 변수

path
String

포함> 설명서 주석 요소의 <"file" 특성 값입니다.

baseFilePath
String

원본 파일(FilePath) 또는 이 파일이 포함된 XML 문서의 경로입니다 path. null이 아닌 경우 상대인 경우 path ,의 path기본 경로로 사용됩니다. 상대 BaseDirectory 인 경우 baseFilePath 는 .의 baseFilePath기본 경로로 사용됩니다.

반환

정규화된 XML 문서 파일 경로 또는 찾을 수 없는 경우 null입니다.

적용 대상