VSTASKPRIORITY 枚举

指定用于的位图指示任务项的优先级别。

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:  Microsoft.VisualStudio.Shell.Interop(在 Microsoft.VisualStudio.Shell.Interop.dll 中)

语法

声明
<GuidAttribute("E323C22C-55B2-11D3-9479-00C04F683646")> _
Public Enumeration VSTASKPRIORITY
[GuidAttribute("E323C22C-55B2-11D3-9479-00C04F683646")]
public enum VSTASKPRIORITY

成员

成员名称 说明
TP_HIGH 红色感叹号,指示高的优先级。
TP_NORMAL 没有位图,指示正常优先级。
TP_LOW 蓝色下箭头,指示低优先级。

备注

COM 签名

从 vsshell.idl:

请参见

参考

Microsoft.VisualStudio.Shell.Interop 命名空间