IVsFindCancelDialog Members
Include Protected Members
Include Inherited Members
Use the IVsFindCancelDialog interface to launch a modeless dialog on the background thread that will allow a user to cancel a lengthy background find or find and replace operation.
The IVsFindCancelDialog type exposes the following members.
Methods
Name | Description | |
---|---|---|
CloseDialog | Dismisses a modeless background dialog opened with LaunchDialog. | |
LaunchDialog | Launches a modeless dialog on the background thread with which the user can cancel a lengthy find or replace operation | |
QueryDialog |
Top