Share via


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)

Syntax

'Declaration
Sub Done ( _
    incompleteReason As String _
)
void Done(
    string incompleteReason
)
void Done(
    String^ incompleteReason
)
abstract Done : 
        incompleteReason:string -> unit
function Done(
    incompleteReason : String
)

Parameters

  • incompleteReason
    Type: String

    The reason why the results were incomplete.

.NET Framework Security

See Also

Reference

INavigateToCallback2 Interface

Done Overload

Microsoft.VisualStudio.Language.NavigateTo.Interfaces Namespace