Notifies clients of changes to the user data.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in microsoft.visualstudio.textmanager.interop.dll)
[InterfaceTypeAttribute(1)]
[GuidAttribute("5E120D5E-9637-47D9-861C-92FA03683C6C")]
public interface IVsUserDataEvents
/** @attribute InterfaceTypeAttribute(1) */
/** @attribute GuidAttribute("5E120D5E-9637-47D9-861C-92FA03683C6C") */
public interface IVsUserDataEvents
InterfaceTypeAttribute(1)
GuidAttribute("5E120D5E-9637-47D9-861C-92FA03683C6C")
public interface IVsUserDataEvents
Notes to Implementers
Implement this interface to receive notification of changes to user data.
Notes to Callers
Called by the text buffer.