DelegateSearchTask Properties

Visual Studio 2015
 

Namespace:   Microsoft.VisualStudio.PlatformUI
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).(Inherited from VsSearchTask.)

System_CAPS_pubpropertyId

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

System_CAPS_pubpropertyIsStopped

Determines whether or not the search is stopped.

System_CAPS_protpropertySearchCallback

Gets the callback interface that needs to be called when the search is complete.(Inherited from VsSearchTask.)

System_CAPS_pubpropertySearchQuery

Gets the search query used by the search task.(Inherited from VsSearchTask.)

System_CAPS_pubpropertySearchResults

Gets or sets the number of search results found. Set this value appropriately as the search progresses.(Inherited from VsSearchTask.)

System_CAPS_pubpropertyTaskStatus

Gets the status of the current search. This property is set to appropriate values as the search progresses.(Inherited from VsSearchTask.)

Return to top
Show: