TaskProvider::IVsTaskProvider3::OnBeginTaskEdit Method (IVsTaskItem^)

 

Raised when the user begins editing a task in place.

Namespace:   Microsoft.VisualStudio.Shell
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.

Return Value

Type: System::Int32

S_OK.

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.

Return to top
Show: