Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets whether a task item's check box is selected or cleared.
Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.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: Int32- true if the check box is selected, false if it is cleared. 
Return Value
Type: Int32
S_OK .
Implements
IVsTaskItem.put_Checked(Int32)
.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.