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
- fdelete
Type: System.Int32%
Return Value
Type: System.Int32
Implements
Permissions
- 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.