Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Notifies clients of changes to the user data.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("5E120D5E-9637-47D9-861C-92FA03683C6C")> _
Public Interface IVsUserDataEvents
'Usage
Dim instance As IVsUserDataEvents
[InterfaceTypeAttribute()]
[GuidAttribute("5E120D5E-9637-47D9-861C-92FA03683C6C")]
public interface IVsUserDataEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"5E120D5E-9637-47D9-861C-92FA03683C6C")]
public interface class IVsUserDataEvents
public interface IVsUserDataEvents
Remarks
Notes to Implementers:
Implement this interface to receive notification of changes to user data.
Notes to Callers:
Called by the text buffer.