Task::IVsTaskItem::put_Checked Method (Int32)

 

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

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

private:
virtual int put_Checked(
	int f
) sealed = IVsTaskItem::put_Checked

Parameters

f
Type: System::Int32

true if the check box is selected, false if it is cleared.

Return Value

Type: System::Int32

S_OK.

Return to top
Show: