INavigateToCallback2::Done Method (String^)

 

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

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

void Done(
	String^ incompleteReason
)

Parameters

incompleteReason
Type: System::String^

The reason why the results were incomplete.

Return to top
Show: