SourceReferenceResolver.ResolveReference(String, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
解析相对于基文件路径的指定路径。
public:
abstract System::String ^ ResolveReference(System::String ^ path, System::String ^ baseFilePath);
public abstract string ResolveReference (string path, string baseFilePath);
public abstract string? ResolveReference (string path, string? baseFilePath);
abstract member ResolveReference : string * string -> string
Public MustOverride Function ResolveReference (path As String, baseFilePath As String) As String
参数
- path
- String
要解析的路径。 可以是绝对的或相对的。
- baseFilePath
- String
包含 path
(的源文件的路径也可能是相对) ,如果不可用,则为 null。
返回
规范化路径,如果无法解析文件,则为 null。