IncompleteReason Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Unknown | 0 | The provider didn't provide a reason. |
SolutionLoading | 1 | The results may be incomplete because the solution is still loading. |
Parsing | 2 | The results may be incomplete because the language service is still parsing files. |
TooManyResults | 3 | The results are incomplete because there would have been too many results shown. |