Condividi tramite


IVsTaskItem.put_Priority Method

Sets the priority level of a task item.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Dichiarazione
Function put_Priority ( _
    tpPriority As VSTASKPRIORITY _
) As Integer
'Utilizzo
Dim instance As IVsTaskItem
Dim tpPriority As VSTASKPRIORITY
Dim returnValue As Integer

returnValue = instance.put_Priority(tpPriority)
int put_Priority(
    VSTASKPRIORITY tpPriority
)
int put_Priority(
    [InAttribute] VSTASKPRIORITY tpPriority
)
function put_Priority(
    tpPriority : VSTASKPRIORITY
) : int

Parameters

Return Value

Type: System.Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell.idl:

HRESULT IVsTaskItem::put_Priority(
   [in] VSTASKPRIORITY tpPriority
);

Implement this method only if you want the priority level to be modifiable by the user.

Permissions

See Also

Reference

IVsTaskItem Interface

IVsTaskItem Members

Microsoft.VisualStudio.Shell.Interop Namespace