_dispTaskListEvents::TaskNavigated Method (TaskItem^, Boolean)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

void TaskNavigated(
	TaskItem^ TaskItem,
	bool% NavigateHandled
)

Parameters

TaskItem
Type: EnvDTE::TaskItem^

The task item.

NavigateHandled
Type: System::Boolean

Whether or not the navigation was handled.

Return to top
Show: