IVsUserDataEvents Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Notifies clients of changes to the user data.
public interface class IVsUserDataEvents
public interface class IVsUserDataEvents
__interface IVsUserDataEvents
[System.Runtime.InteropServices.Guid("5E120D5E-9637-47D9-861C-92FA03683C6C")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsUserDataEvents
[System.Runtime.InteropServices.Guid("5E120D5E-9637-47D9-861C-92FA03683C6C")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUserDataEvents
[<System.Runtime.InteropServices.Guid("5E120D5E-9637-47D9-861C-92FA03683C6C")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsUserDataEvents = interface
[<System.Runtime.InteropServices.Guid("5E120D5E-9637-47D9-861C-92FA03683C6C")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUserDataEvents = interface
Public Interface IVsUserDataEvents
- Derived
- Attributes
Notes to Implementers
Implement this interface to receive notification of changes to user data.
Notes to Callers
Called by the text buffer.
Methods
OnUserDataChange(Guid, Object) |
Notifies the client of changes to the user data. |