次の方法で共有


Configuration.RenameLocationPath(String, String) メソッド

定義

構成ファイル内の場所の名前を変更します。

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)

パラメーター

locationPath
String

名前を変更する場所のパス。

newLocationPath
String

新しいパス。

適用対象