IFindResultsWindow2.AddResults Method

Definition

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

public:
 void AddResults(System::String ^ path, System::String ^ displayPath, Microsoft::VisualStudio::Text::ITextSnapshot ^ snapshot, System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::Shell::FindResults::FindResult> ^ results);
public void AddResults (string path, string displayPath, Microsoft.VisualStudio.Text.ITextSnapshot snapshot, System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Shell.FindResults.FindResult> results);
abstract member AddResults : string * string * Microsoft.VisualStudio.Text.ITextSnapshot * System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Shell.FindResults.FindResult> -> unit
Public Sub AddResults (path As String, displayPath As String, snapshot As ITextSnapshot, results As IReadOnlyList(Of FindResult))

Parameters

path
String
displayPath
String
snapshot
ITextSnapshot

Applies to