ILiveWatchNodeSource2IsActive Property

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.

Definition

Namespace: VisualGDBExtensibility.LiveWatch
Assembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
bool IsActive { set; }

Property Value

Boolean

See Also