共用方式為


SourceReferenceResolver.ResolveReference(String, String) 方法

定義

解析基底檔案路徑的指定路徑。

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。

適用於