VsSearchTask Methods

 

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodOnStartSearch()

Called on background threads when the search is started. Override to do task-specific search.

System_CAPS_protmethodOnStopSearch()

Called on the UI thread when the search is stopped. Override to do task-specific stop actions.

System_CAPS_protmethodSetTaskStatus(VSConstants::VsSearchTaskStatus)

Helper function to set the task status.

System_CAPS_pubmethodStart()

Starts the search task.

System_CAPS_pubmethodStop()

Stops the search task.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: