言語

INotifyItemChanged.NotifyRename(String, String) メソッド

定義

オブジェクトエクスプローラーにアイテム名が変更されたことを通知します。

public:
 void NotifyRename(System::String ^ newItem, System::String ^ oldItem);
public void NotifyRename(string newItem, string oldItem);
abstract member NotifyRename : string * string -> unit
Public Sub NotifyRename (newItem As String, oldItem As String)

パラメーター

newItem
String

アイテムの新しい表現。 これはオブジェクトエクスプローラーが提供するコンテキストの形で、通常は統一リソース名(URN)です。

oldItem
String

アイテムの古い表現。 表現が変更されていなければ、これは空欄または無効のままにしてもよい。

適用対象