ResXResourceWriter.BasePath 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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 資源檔的絕對路徑。