Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the status for a search operation.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Public Enumeration __VSSEARCHTASKSTATUS
public enum __VSSEARCHTASKSTATUS
public enum class __VSSEARCHTASKSTATUS
type __VSSEARCHTASKSTATUS
public enum __VSSEARCHTASKSTATUS
Members
| Member name | Description | |
|---|---|---|
| STS_COMPLETED | The search has completed. | |
| STS_CREATED | The task was created but the search was not started yet. | |
| STS_ERROR | The search has encountered errors. | |
| STS_STARTED | The search was started. | |
| STS_STOPPED | The search has been stopped or interrupted. |