__VSSEARCHTASKSTATUS Enumeration

 

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)

public enum __VSSEARCHTASKSTATUS

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

Return to top
Show: