Share via


IncompleteReason Enumeration

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

Standard reasons for incomplete results.

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

Syntax

'Declaration
Public Enumeration IncompleteReason
public enum IncompleteReason
public enum class IncompleteReason
type IncompleteReason
public enum IncompleteReason

Members

Member name Description
Parsing The results may be incomplete because the language service is still parsing files.
SolutionLoading The results may be incomplete because the solution is still loading.
TooManyResults The results are incomplete because there would have been too many results shown.
Unknown The provider didn't provide a reason.

See Also

Reference

Microsoft.VisualStudio.Language.NavigateTo.Interfaces Namespace