VsSearchTask Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | OnStartSearch() | Called on background threads when the search is started. Override to do task-specific search. |
![]() | OnStopSearch() | Called on the UI thread when the search is stopped. Override to do task-specific stop actions. |
![]() | SetTaskStatus(VSConstants::VsSearchTaskStatus) | Helper function to set the task status. |
![]() | Start() | Starts the search task. |
![]() | Stop() | Stops the search task. |
![]() | ToString() | (Inherited from Object.) |
Show:

