Task.IVsTaskItem.put_Priority 方法

设置任务项的优先级别。

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

语法

声明
Private Function put_Priority ( _
    pri As VSTASKPRIORITY _
) As Integer Implements IVsTaskItem.put_Priority
int IVsTaskItem.put_Priority(
    VSTASKPRIORITY pri
)

参数

返回值

类型:System.Int32
S_OK .

实现

IVsTaskItem.put_Priority(VSTASKPRIORITY)

.NET Framework 安全性

请参见

参考

Task 类

Microsoft.VisualStudio.Shell 命名空间