IFindResultsWindow4 Interface

Definition

C++
public interface class IFindResultsWindow4 : Microsoft::VisualStudio::Shell::FindResults::IFindResultsWindow3
Implements

Properties

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

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

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

The IWpfTableControl contained in the FindResults Window.

(Inherited from IFindResultsWindow)
Title

Gets or sets the tool window's localized title.

(Inherited from IFindResultsWindow)

Methods

AddCommandTarget(IOleCommandTarget, IOleCommandTarget)

Add target to the windows list of IOleCommandTarget.

(Inherited from IFindResultsWindow)
AddResults(String, String, ITextSnapshot, IReadOnlyList<FindResult>)

Add a set of find matches to the results displayed by the find window.

(Inherited from IFindResultsWindow2)
AddSnapshot(IWpfTableEntriesSnapshot)

Add the snapshot to the results displayed by the find window.

(Inherited from IFindResultsWindow2)
Complete()

Called when all results have been generated.

(Inherited from IFindResultsWindow2)
SetProgress(Double)

Set the value for the FindResults progress bar.

(Inherited from IFindResultsWindow)
SetProgress(Int32, Int32)

Set the value for the FindResults search progress.

(Inherited from IFindResultsWindow)

Events

Closed

Raised when the FAR is closed.

(Inherited from IFindResultsWindow)

Applies to

Product Versions
Visual Studio SDK 2019, 2022