Task.IVsTaskItem.put_Checked(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets whether a task item's check box is selected or cleared.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsTaskItem.put_Checked(int f) = Microsoft::VisualStudio::Shell::Interop::IVsTaskItem::put_Checked;
virtual int Microsoft.VisualStudio.Shell.Interop.IVsTaskItem.put_Checked(int f) = Microsoft::VisualStudio::Shell::Interop::IVsTaskItem::put_Checked;
int Microsoft.VisualStudio.Shell.Interop.IVsTaskItem.put_Checked(int f);
int IVsTaskItem.put_Checked (int f);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsTaskItem.put_Checked : int -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsTaskItem.put_Checked : int -> int
Function put_Checked (f As Integer) As Integer Implements IVsTaskItem.put_Checked
Parameters
- f
- Int32
true
if the check box is selected, false
if it is cleared.
Returns
S_OK.