Task.IVsTaskItem.CanDelete(Int32) Method

Definition

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.

Implements

Applies to