Share via


INotifyItemChanged Interface

Définition

Interface COM visible qui autorise le contrôle de l'Explorateur d'objets.

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
Attributs

Méthodes

NotifyAdd(String)

Notifie l'Explorateur d'objets qu'un nouvel élément a été créé.

NotifyDelete(String)

Notifie l'Explorateur d'objets qu'un élément a été supprimé.

NotifyModified(String)

Notifie l'Explorateur d'objets qu'un élément a été modifié.

NotifyRename(String, String)

Notifie l'Explorateur d'objets qu'un élément a été renommé.

S’applique à