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
‘선언
Private Function CanDelete ( _
<OutAttribute> ByRef fdelete As Integer _
) As Integer Implements IVsTaskItem.CanDelete
int IVsTaskItem.CanDelete(
out int fdelete
)
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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.