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.
Applies to:
Visual Studio
Visual Studio for Mac
Note
This article applies to Visual Studio 2017. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here
Represents the importance level of a Concurrency Visualizer marker.
Syntax
enum marker_importance;
Members
Values
| Name | Description |
|---|---|
critical_importance |
Specifies that the marker has critical importance. |
high_importance |
Specifies that the marker has high importance. |
low_importance |
Specifies that the marker has low importance. |
normal_importance |
Specifies that the marker has normal importance. |
Requirements
Header: cvmarkersobj.h
Namespace: Concurrency::diagnostic