Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies background task priority.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Public Enumeration __VSBACKGROUNDTASKPRIORITY
public enum __VSBACKGROUNDTASKPRIORITY
public enum class __VSBACKGROUNDTASKPRIORITY
type __VSBACKGROUNDTASKPRIORITY
public enum __VSBACKGROUNDTASKPRIORITY
Members
Member name | Description | |
---|---|---|
VSBACKGROUNDTASKPRIORITY_STANDARD | Standard priority. | |
VSBACKGROUNDTASKPRIORITY_IMMEDIATE | Not implemented. | |
VSBACKGROUNDTASKPRIORITY_OTHER | Placeholder for enum expansion. |
Remarks
The VSBACKGROUNDTASKPRIORITY enum is used with ScheduleTask.
COM Signature
From vsshell80.idl: