Share via


INavigateToCallback2.Done Method (IncompleteReason)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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)

Syntax

'Declaration
Sub Done ( _
    reason As IncompleteReason _
)
void Done(
    IncompleteReason reason
)
void Done(
    IncompleteReason reason
)
abstract Done : 
        reason:IncompleteReason -> unit
function Done(
    reason : IncompleteReason
)

Parameters

.NET Framework Security

See Also

Reference

INavigateToCallback2 Interface

Done Overload

Microsoft.VisualStudio.Language.NavigateTo.Interfaces Namespace