IFindResultsWindow4 Interface
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface class IFindResultsWindow4 : Microsoft::VisualStudio::Shell::FindResults::IFindResultsWindow3
public interface IFindResultsWindow4 : Microsoft.VisualStudio.Shell.FindResults.IFindResultsWindow3
type IFindResultsWindow4 = interface
interface IFindResultsWindow3
interface IFindResultsWindow2
interface IFindResultsWindow
Public Interface IFindResultsWindow4
Implements IFindResultsWindow3
- Implements
Description |
Gets or sets the search description (e.g. Find all "foo", subfolders, ....). (Inherited from IFindResultsWindow) |
Frame |
The IVsWindowFrame associated with the find results window. (Inherited from IFindResultsWindow3) |
Is |
Has the find results window been closed. (Inherited from IFindResultsWindow2) |
Locked |
Gets or sets the Locked property of the Find Results Window. |
Manager |
The ITableManager that provides data to the FindResults' table control. (Inherited from IFindResultsWindow) |
Repeat |
The action that will be invoked when the repeat find action of the Find Results Window is invoked. |
Summary |
Gets or sets the search summary (e.g. Matching lines: 20 Matching file: 4). (Inherited from IFindResultsWindow) |
Table |
The IWpfTableControl contained in the FindResults Window. (Inherited from IFindResultsWindow) |
Title |
Gets or sets the tool window's localized title. (Inherited from IFindResultsWindow) |
Add |
Add |
Add |
Add a set of find matches to the results displayed by the find window. (Inherited from IFindResultsWindow2) |
Add |
Add the |
Complete() |
Called when all results have been generated. (Inherited from IFindResultsWindow2) |
Set |
Set the value for the FindResults progress bar. (Inherited from IFindResultsWindow) |
Set |
Set the value for the FindResults search progress. (Inherited from IFindResultsWindow) |
Closed |
Raised when the FAR is closed. (Inherited from IFindResultsWindow) |
Product | Versions |
---|---|
Visual Studio SDK | 2019, 2022 |