SearchStatus 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.
Enumerates the values of search status of the Visual Studio search control.
public enum class SearchStatus
public enum class SearchStatus
enum SearchStatus
public enum SearchStatus
type SearchStatus =
Public Enum SearchStatus
- Inheritance
-
SearchStatus
Fields
Name | Value | Description |
---|---|---|
NotStarted | 0 | Search status is NotStarted (0). |
InProgress | 1 | Search status is InProgress (1). |
Complete | 2 | Search status is Complete (2). |