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.
Represents the importance level of a Concurrency Visualizer marker.
Namespace: Microsoft.ConcurrencyVisualizer.Instrumentation
Assembly: Microsoft.ConcurrencyVisualizer.Markers (in Microsoft.ConcurrencyVisualizer.Markers.dll)
Syntax
'Declaration
Public Enumeration Importance
public enum Importance
public enum class Importance
type Importance
public enum Importance
Members
| Member name | Description | |
|---|---|---|
| Undefined | Specifies that the marker has undefined importance. | |
| Critical | Specifies that the marker has critical importance. | |
| High | Specifies that the marker has high importance. | |
| Normal | Specifies that the marker has normal importance. | |
| Low | Specifies that the marker has low importance. |