ResXResourceWriterBasePath Property
Gets or sets the base path for the relative file path specified in a
ResXFileRef object.
Default value:
.
Namespace: KGySoft.ResourcesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public string? BasePath { get; set; }
Public Property BasePath As String
Get
Set
public:
property String^ BasePath {
String^ get ();
void set (String^ value);
}
member BasePath : string with get, set
Return Value
String
A path that, if prepended to the relative file path specified in a
ResXFileRef object, yields an absolute path to an XML resource file.
InvalidOperationException | In a set operation, a value cannot be specified because the creation of the .resx file content has already been started. |