VSSEARCHPROGRESSTYPE Enumeration

Specifies the progress type displayed by the search control.

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

Syntax

'Declaration
Public Enumeration VSSEARCHPROGRESSTYPE
public enum VSSEARCHPROGRESSTYPE
public enum class VSSEARCHPROGRESSTYPE
type VSSEARCHPROGRESSTYPE
public enum VSSEARCHPROGRESSTYPE

Members

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.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace