INavigateToCallback2::Done Method (IncompleteReason)

 

Signals that a provider has finished its search but couldn't get complete results because of a standard reason.

Namespace:   Microsoft.VisualStudio.Language.NavigateTo.Interfaces
Assembly:  Microsoft.VisualStudio.Language.NavigateTo.Interfaces (in Microsoft.VisualStudio.Language.NavigateTo.Interfaces.dll)

void Done(
	IncompleteReason reason
)

Parameters

reason
Type: Microsoft.VisualStudio.Language.NavigateTo.Interfaces::IncompleteReason

The reason why the results were incomplete.

Return to top
Show: