Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets whether or not it is possible to delete the task.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
Private Function CanDelete ( _
<OutAttribute> ByRef fdelete As Integer _
) As Integer Implements IVsTaskItem.CanDelete
int IVsTaskItem.CanDelete(
out int fdelete
)
private:
virtual int CanDelete(
[OutAttribute] int% fdelete
) sealed = IVsTaskItem::CanDelete
private abstract CanDelete :
fdelete:int byref -> int
private override CanDelete :
fdelete:int byref -> int
JScript does not support explicit interface implementations.
Parameters
- fdelete
Type: System.Int32%
[out] Returns true if it is possible to delete the task, otherwise false.
Return Value
Type: System.Int32
S_OK .
Implements
.NET Framework Security
- 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.