言語

INotifyItemChanged.NotifyDelete(String) メソッド

定義

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

public:
 void NotifyDelete(System::String ^ deletedItem);
public void NotifyDelete(string deletedItem);
abstract member NotifyDelete : string -> unit
Public Sub NotifyDelete (deletedItem As String)

パラメーター

deletedItem
String

削除された項目。 これはオブジェクトエクスプローラーが提供するコンテキストの形で、通常は統一リソース名(URN)です。

適用対象