VsSearchTask Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | ErrorCode | Gets or sets the error code describing the search result if the search task has completed with errors. If the task completes without errors, this property is set to zero (0). |
![]() | Id | Gets the search task identifier. The task identifier is the cookie passed in the VsSearchTask constructor when the task was created. |
![]() | SearchCallback | Gets the callback interface that needs to be called when the search is complete. |
![]() | SearchQuery | Gets the search query used by the search task. |
![]() | SearchResults | Gets or sets the number of search results found. Set this value appropriately as the search progresses. |
![]() | TaskStatus | Gets the status of the current search. This property is set to appropriate values as the search progresses. |
Show:

