Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
|---|---|---|
| All | Broadcast notification events to all diagnostic data adapters, both local and remote. | |
| LocalOnly | Broadcast notification events only to local diagnostic data adapters. |