Task.IVsTaskItem.put_Priority Method
Sets the priority level of a task item.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
‘선언
Private Function put_Priority ( _
pri As VSTASKPRIORITY _
) As Integer Implements IVsTaskItem.put_Priority
int IVsTaskItem.put_Priority(
VSTASKPRIORITY pri
)
Parameters
Return Value
Type: System.Int32
S_OK .
Implements
IVsTaskItem.put_Priority(VSTASKPRIORITY)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.