Task::IVsTaskItem::CanDelete Method (Int32)
Visual Studio 2015
Gets whether or not it is possible to delete the task.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
private: virtual int CanDelete( [OutAttribute] int% fdelete ) sealed = IVsTaskItem::CanDelete
Parameters
- fdelete
-
Type:
System::Int32
[out] Returns true if it is possible to delete the task, otherwise false.
Implements
IVsTaskItem::CanDelete(Int32)
Show: