IFindResultsWindow3 Interface

Definition

Interface to interact with Find Results Window.

public interface class IFindResultsWindow3 : Microsoft::VisualStudio::Shell::FindResults::IFindResultsWindow2
public interface IFindResultsWindow3 : Microsoft.VisualStudio.Shell.FindResults.IFindResultsWindow2
type IFindResultsWindow3 = interface
    interface IFindResultsWindow2
    interface IFindResultsWindow
Public Interface IFindResultsWindow3
Implements IFindResultsWindow2
Derived
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.

IsClosed

Has the find results window been closed.

(Inherited from IFindResultsWindow2)
Manager

The ITableManager that provides data to the FindResults' table control.

(Inherited from IFindResultsWindow)
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