TaskProvider::IVsTaskProvider3::OnBeginTaskEdit Method (IVsTaskItem^)
Visual Studio 2015
Raised when the user begins editing a task in place.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
private: virtual int OnBeginTaskEdit( IVsTaskItem^ item ) sealed = IVsTaskProvider3::OnBeginTaskEdit
Parameters
- item
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsTaskItem^
The IVsTaskItem being edited.
By default this method does nothing. Providers may want to avoid scrolling the task list or changing the selection during editing, since these actions can force in-place edit mode to be canceled abruptly.
Show: