Task.IVsTaskItem.CanDelete Method

Gets whether or not it is possible to delete the task.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.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

IVsTaskItem.CanDelete(Int32%)

.NET Framework Security

See Also

Reference

Task Class

Microsoft.VisualStudio.Shell Namespace