ResXResourceWriter.BasePath Propriedade

Definição

Obtém ou define o caminho base para o caminho relativo do arquivo especificado em um objeto 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

Valor da propriedade

Um caminho que, se anexado ao caminho de arquivo relativo especificado em um ResXFileRef objeto, produz um caminho absoluto para um arquivo de recurso XML.

Aplica-se a