IVsUserContextUpdate Interface

Allows you to update the context bag when an update notification is received from the Dynamic Help window. Allows you to update the context bag when an update notification is received from the Dynamic Help window.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("F5ED7D1C-61B6-428A-8129-E13B36D9E9A7")> _
Public Interface IVsUserContextUpdate
‘사용 방법
Dim instance As IVsUserContextUpdate
[InterfaceTypeAttribute()]
[GuidAttribute("F5ED7D1C-61B6-428A-8129-E13B36D9E9A7")]
public interface IVsUserContextUpdate
[InterfaceTypeAttribute()]
[GuidAttribute(L"F5ED7D1C-61B6-428A-8129-E13B36D9E9A7")]
public interface class IVsUserContextUpdate
[<InterfaceTypeAttribute()>]
[<GuidAttribute("F5ED7D1C-61B6-428A-8129-E13B36D9E9A7")>]
type IVsUserContextUpdate =  interface end
public interface IVsUserContextUpdate

Remarks

If you have implemented this interface, then you will receive a call from the Dynamic Help window at idle time, when it is updating context. This gives you the opportunity to add and remove context (attributes and keywords) from the context bag before the Dynamic Help window is updated.

See illustrations of the implementation and/or calling of this interface in the sample Figures Edit.

Notes to Implementers

Implement this interface if you have called AdviseUpdate on your context bag.

Notes to Callers

Called by the environment to send notification to context bags that have implemented this interface.

See Also

Reference

IVsUserContextUpdate Members

Microsoft.VisualStudio.Shell.Interop Namespace