Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'宣言
Private Function put_Checked ( _
f As Integer _
) As Integer Implements IVsTaskItem.put_Checked
'使用
Dim instance As Task
Dim f As Integer
Dim returnValue As Integer
returnValue = CType(instance, IVsTaskItem).put_Checked(f)
int IVsTaskItem.put_Checked(
int f
)
private:
virtual int put_Checked(
int f
) sealed = IVsTaskItem::put_Checked
JScript does not support explicit interface implementations.
Parameters
- f
Type: System.Int32
Return Value
Type: System.Int32
Implements
IVsTaskItem.put_Checked(Int32)
Permissions
- 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.