Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |