IFindResultsSnapshotGenerator2 Interface
Definition
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.
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. |