IFindResultsWindow2.AddResults Method
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.
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
- results
- IReadOnlyList<FindResult>