Share via


INavigateToCallback.Invalidate Method

Signals that a provider's results for the most recent search are not valid.

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

Syntax

'Declaration
Sub Invalidate
void Invalidate()
void Invalidate()
abstract Invalidate : unit -> unit 
function Invalidate()

Remarks

The aggregator will discard all symbols from the provider, and, if needed, call StartSearch() again to obtain new symbols.

.NET Framework Security

See Also

Reference

INavigateToCallback Interface

Microsoft.VisualStudio.Language.NavigateTo.Interfaces Namespace