Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'宣言
Private Function OnEndTaskEdit ( _
item As IVsTaskItem, _
fCommitChanges As Integer, _
<OutAttribute> ByRef fAllowChanges As Integer _
) As Integer Implements IVsTaskProvider3.OnEndTaskEdit
'使用
Dim instance As TaskProvider
Dim item As IVsTaskItem
Dim fCommitChanges As Integer
Dim fAllowChanges As Integer
Dim returnValue As Integer
returnValue = CType(instance, IVsTaskProvider3).OnEndTaskEdit(item, _
fCommitChanges, fAllowChanges)
int IVsTaskProvider3.OnEndTaskEdit(
IVsTaskItem item,
int fCommitChanges,
out int fAllowChanges
)
private:
virtual int OnEndTaskEdit(
IVsTaskItem^ item,
int fCommitChanges,
[OutAttribute] int% fAllowChanges
) sealed = IVsTaskProvider3::OnEndTaskEdit
JScript does not support explicit interface implementations.
Parameters
- fCommitChanges
Type: System.Int32
- fAllowChanges
Type: System.Int32%
Return Value
Type: System.Int32
Implements
IVsTaskProvider3.OnEndTaskEdit(IVsTaskItem, Int32, Int32%)
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.