XmlFileResolver.ResolveReference(String, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
解析 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
如果不是用作基路径的 path
null,则为 path
相对路径。
如果 baseFilePath
相对 BaseDirectory 路径用作基路径 baseFilePath
。
返回
如果未找到规范化的 XML 文档文件路径,则为 null。