Task.IVsTaskItem.put_Checked Method

Sets whether a task item's check box is selected or cleared.

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

Syntax

'Declaration
Private Function put_Checked ( _
    f As Integer _
) As Integer Implements IVsTaskItem.put_Checked
int IVsTaskItem.put_Checked(
    int f
)
private:
virtual int put_Checked(
    int f
) sealed = IVsTaskItem::put_Checked
private abstract put_Checked : 
        f:int -> int 
private override put_Checked : 
        f:int -> int 
JScript does not support explicit interface implementations.

Parameters

  • f
    Type: System.Int32
    true if the check box is selected, false if it is cleared.

Return Value

Type: System.Int32
S_OK .

Implements

IVsTaskItem.put_Checked(Int32)

.NET Framework Security

See Also

Reference

Task Class

Microsoft.VisualStudio.Shell Namespace