IVsUserDataEvents Interface
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
'宣言
<InterfaceTypeAttribute()> _
<GuidAttribute("5E120D5E-9637-47D9-861C-92FA03683C6C")> _
Public Interface IVsUserDataEvents
'使用
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
[<InterfaceTypeAttribute()>]
[<GuidAttribute("5E120D5E-9637-47D9-861C-92FA03683C6C")>]
type IVsUserDataEvents = interface end
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.