IncompleteReason Enum

Definition

Standard reasons for incomplete results.

public enum class IncompleteReason
public enum class IncompleteReason
enum IncompleteReason
public enum IncompleteReason
type IncompleteReason = 
Public Enum IncompleteReason
Inheritance
IncompleteReason

Fields

Parsing 2

The results may be incomplete because the language service is still parsing files.

SolutionLoading 1

The results may be incomplete because the solution is still loading.

TooManyResults 3

The results are incomplete because there would have been too many results shown.

Unknown 0

The provider didn't provide a reason.

Applies to