Task.IVsTaskItem.CanDelete(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether or not it is possible to delete the task.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsTaskItem.CanDelete([Runtime::InteropServices::Out] int % fdelete) = Microsoft::VisualStudio::Shell::Interop::IVsTaskItem::CanDelete;
int IVsTaskItem.CanDelete (out int fdelete);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsTaskItem.CanDelete : int -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsTaskItem.CanDelete : int -> int
Function CanDelete (ByRef fdelete As Integer) As Integer Implements IVsTaskItem.CanDelete
Parameters
- fdelete
- Int32
[out] Returns true
if it is possible to delete the task, otherwise false
.
Returns
S_OK.