IFindResultsSnapshotGenerator2 Interface

Definition

Tool for generating IWpfTableEntriesSnapshot for displaying find results. Extends IFindResultsSnapshotGenerator by providing an overload for CreateSnapshot(String, String, ITextSnapshot, IReadOnlyList<FindResult>, String, Int32) that can be used for appending additional find results to a find results window.

public interface class IFindResultsSnapshotGenerator2 : Microsoft::VisualStudio::Shell::FindResults::IFindResultsSnapshotGenerator
public interface IFindResultsSnapshotGenerator2 : Microsoft.VisualStudio.Shell.FindResults.IFindResultsSnapshotGenerator
type IFindResultsSnapshotGenerator2 = interface
    interface IFindResultsSnapshotGenerator
Public Interface IFindResultsSnapshotGenerator2
Implements IFindResultsSnapshotGenerator
Implements

Remarks

Implemented by the SVsFindResults service.

Methods

CreateSnapshot(String, String, ITextSnapshot, IReadOnlyList<FindResult>)

Create an IWpfTableEntriesSnapshot with the indicated list of results.

(Inherited from IFindResultsSnapshotGenerator)
CreateSnapshot(String, String, ITextSnapshot, IReadOnlyList<FindResult>, String, Int32)

Create an IWpfTableEntriesSnapshot with the indicated list of results.

Applies to