Specifies the priority of the task.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Syntax
'Declaration
Public Enumeration __RETARGET_TASK_PRIORITY
public enum __RETARGET_TASK_PRIORITY
public enum class __RETARGET_TASK_PRIORITY
type __RETARGET_TASK_PRIORITY
public enum __RETARGET_TASK_PRIORITY
Members
| Member name | Description | |
|---|---|---|
| RTP_Critical | Critical priority. | |
| RTP_High | High priority. | |
| RTP_Low | Low priority. | |
| RTP_Normal | Normal priority. |