次の方法で共有


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

'宣言
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

See Also

Reference

Task Class

Microsoft.VisualStudio.Shell Namespace