marker_importance Enumeration

Note

This article applies to Visual Studio 2015. 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

See Also

diagnostic Namespace