Task::IVsTaskItem::CanDelete Method (Int32)

 

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

Namespace:   Microsoft.VisualStudio.Shell
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.

Return Value

Type: System::Int32

S_OK.

Return to top
Show: