DelegateSearchTask::IsStopped Property

Visual Studio 2015
 

Determines whether or not the search is stopped.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property bool IsStopped {
	bool get();
}

Property Value

Type: System::Boolean

True if the search is stopped, otherwise false.

Return to top
Show: