Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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. |