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.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaración
Private Function put_Checked ( _
f As Integer _
) As Integer Implements IVsTaskItem.put_Checked
int IVsTaskItem.put_Checked(
int f
)
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
- 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.