Task.IVsTaskItem.CanDelete Method

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)

Syntax

'宣言
Private Function CanDelete ( _
    <OutAttribute> ByRef fdelete As Integer _
) As Integer Implements IVsTaskItem.CanDelete
'使用
Dim instance As Task
Dim fdelete As Integer
Dim returnValue As Integer

returnValue = CType(instance, IVsTaskItem).CanDelete(fdelete)
int IVsTaskItem.CanDelete(
    out int fdelete
)
private:
virtual int CanDelete(
    [OutAttribute] int% fdelete
) sealed = IVsTaskItem::CanDelete
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.Int32

Implements

IVsTaskItem.CanDelete(Int32%)

Permissions

See Also

Reference

Task Class

Task Members

Microsoft.VisualStudio.Shell Namespace