Configuration.RenameLocationPath(String, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Renomme l’emplacement dans le fichier de configuration.
public:
void RenameLocationPath(System::String ^ locationPath, System::String ^ newLocationPath);
public void RenameLocationPath (string locationPath, string newLocationPath);
member this.RenameLocationPath : string * string -> unit
Public Sub RenameLocationPath (locationPath As String, newLocationPath As String)
Paramètres
- locationPath
- String
Chemin d’accès de l’emplacement à renommer.
- newLocationPath
- String
Nouveau chemin d’accès.