VSSEARCHPROGRESSTYPE Enumeration

 

Specifies the progress type displayed by the search control.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

public enum VSSEARCHPROGRESSTYPE

Member nameDescription
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.

Return to top
Show: