次の方法で共有


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 (Uniform Resource Name) です。

oldItem
String

項目の古い表現です。 表現が変更されていない場合、空白または null のままになることがあります。

適用対象