Specifies friendly names for search task statuses.
Namespace: Microsoft.VisualStudio
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'宣言
Public Enumeration VsSearchTaskStatus
public enum VsSearchTaskStatus
Members
| Member name | Description | |
|---|---|---|
| Created | The search task was created but search was not started yet. | |
| Started | The search was started. | |
| Completed | The search has completed. | |
| Stopped | The search has been stopped or interrupted. | |
| Error | The search has encountered errors. |