Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Enumerates the values of search status of the Visual Studio search control.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Enumeration SearchStatus
public enum SearchStatus
public enum class SearchStatus
type SearchStatus
public enum SearchStatus
Members
| Member name | Description | |
|---|---|---|
| Complete | Search status is Complete (2). | |
| InProgress | Search status is InProgress (1). | |
| NotStarted | Search status is NotStarted (0). |