ResXResourceWriter.BasePath 屬性

定義

取得或設定 ResXFileRef 物件中指定之相對檔案路徑的基底路徑。

public:
 property System::String ^ BasePath { System::String ^ get(); void set(System::String ^ value); };
public string BasePath { get; set; }
public string? BasePath { get; set; }
member this.BasePath : string with get, set
Public Property BasePath As String

屬性值

路徑,如果在 ResXFileRef 物件中指定的相對檔案路徑之前加上該路徑,則該路徑會產生 XML 資源檔的絕對路徑。

適用於