LocalizationOptions.ResourcesPath 属性
定义
资源文件所在的应用程序根目录下的相对路径。The relative path under application root where resource files are located.
public:
property System::String ^ ResourcesPath { System::String ^ get(); void set(System::String ^ value); };
public string ResourcesPath { get; set; }
member this.ResourcesPath : string with get, set
Public Property ResourcesPath As String