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 如果不是用作基路径的 pathnull,则为 path 相对路径。 如果 baseFilePath 相对 BaseDirectory 路径用作基路径 baseFilePath

返回

如果未找到规范化的 XML 文档文件路径,则为 null。

适用于