言語

INotifyItemChanged インターフェイス

定義

オブジェクトエクスプローラーの制御を可能にするCOMの可視インターフェース。

public interface class INotifyItemChanged
[System.CLSCompliant(true)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("1989FCAD-FEDB-4c03-B71C-9B59E51F6A36")]
public interface INotifyItemChanged
[<System.CLSCompliant(true)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("1989FCAD-FEDB-4c03-B71C-9B59E51F6A36")>]
type INotifyItemChanged = interface
Public Interface INotifyItemChanged
属性

メソッド

名前 説明
NotifyAdd(String)

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

NotifyDelete(String)

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

NotifyModified(String)

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

NotifyRename(String, String)

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

適用対象