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 资源文件的绝对路径。

适用于