IVsTaskItem2.get_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.
Determines whether the task item's check box is currently selected or cleared.
public:
int get_Checked([Runtime::InteropServices::Out] int % pfChecked);
public int get_Checked (out int pfChecked);
abstract member get_Checked : int -> int
Public Function get_Checked (ByRef pfChecked As Integer) As Integer
Parameters
- pfChecked
- Int32
[out, retval] If true
, then the check box for the task item is selected. If false
, then the check box is cleared.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.