VSSEARCHPROGRESSTYPE Enumeration
Visual Studio 2015
Specifies the progress type displayed by the search control.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Member name | Description | |
|---|---|---|
| SPT_DETERMINATE | The search displays a 0-100% progress bar as the window search reports progress. | |
| SPT_INDETERMINATE | The search displays an infinite-loop animation, as exact search progress cannot be determined. | |
| SPT_NONE | The search control does not display any progress type. |
Show: