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
[InterfaceTypeAttribute()]
[GuidAttribute("5E120D5E-9637-47D9-861C-92FA03683C6C")]
public interface IVsUserDataEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"5E120D5E-9637-47D9-861C-92FA03683C6C")]
public interface class IVsUserDataEvents
[<InterfaceTypeAttribute()>]
[<GuidAttribute("5E120D5E-9637-47D9-861C-92FA03683C6C")>]
type IVsUserDataEvents = interface end
public interface IVsUserDataEvents
The IVsUserDataEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
OnUserDataChange | Notifies the client of changes to the user data. |
Top
Remarks
Notes to Implementers
Implement this interface to receive notification of changes to user data.
Notes to Callers
Called by the text buffer.