NotificationBroadcastLevel Enumeration

Enumerates the scope of diagnostic data adapters to which test adapters can broadcast custom notification events.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntax

'Declaration
Public Enumeration NotificationBroadcastLevel
public enum NotificationBroadcastLevel
public enum class NotificationBroadcastLevel
type NotificationBroadcastLevel
public enum NotificationBroadcastLevel

Members

Member name Description
LocalOnly Broadcast notification events only to local diagnostic data adapters.
All Broadcast notification events to all diagnostic data adapters, both local and remote.

See Also

Reference

Microsoft.VisualStudio.TestTools.Execution Namespace

ITestAdapter

DataCollectorNotifications