共用方式為


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

include > 檔批註專案的 「file」 屬性值 < 。

baseFilePath
String

原始程式檔的路徑 (FilePath) 或包含 的 path XML 檔。 如果 不是 null,則當 是相對路徑 path 時,則 path 為 。 如果 baseFilePath 是相對 BaseDirectory 的 ,則會當做 的 baseFilePath 基底路徑使用。

傳回

找不到標準化的 XML 檔檔案路徑或 Null。

適用於