ResXResourceWriter.BasePath Proprietà

Definizione

Ottiene o imposta il percorso di base per il percorso di file relativo specificato in un oggetto 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

Valore della proprietà

Percorso che, se anteposto al percorso di file relativo specificato in un oggetto ResXFileRef, produce un percorso assoluto a un file di risorsa XML.

Si applica a