VsSearchTask Properties

 

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

NameDescription
System_CAPS_pubpropertyErrorCode

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).

System_CAPS_pubpropertyId

Gets the search task identifier. The task identifier is the cookie passed in the VsSearchTask constructor when the task was created.

System_CAPS_protpropertySearchCallback

Gets the callback interface that needs to be called when the search is complete.

System_CAPS_pubpropertySearchQuery

Gets the search query used by the search task.

System_CAPS_pubpropertySearchResults

Gets or sets the number of search results found. Set this value appropriately as the search progresses.

System_CAPS_pubpropertyTaskStatus

Gets the status of the current search. This property is set to appropriate values as the search progresses.

Return to top
Show: