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)。

適用於