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。