ILiveWatchNodeSource2 Interface

Extends ILiveWatchNodeSource, adding a property controlling whether the plugin view is currently active.

Definition

Namespace: VisualGDBExtensibility.LiveWatch
Assembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
public interface ILiveWatchNodeSource2 : ILiveWatchNodeSource, 
	IDisposable
Implements
IDisposable, ILiveWatchNodeSource

Properties

IsActive Set to true if the plugin-provided view is currently active in the Live Watch window. Otherwise (e.g. the user is viewing all globals), it is set to false.

Methods

PerformPeriodicUpdatesFromBackgroundThread Returns the up-to-date array of the top-level nodes maintained by the plugin.
(Inherited from ILiveWatchNodeSource)

See Also