IProjectionSnapshot2::GetMatchingSnapshotInClosure Method (Predicate<ITextBuffer^>^)
Visual Studio 2015
For each snapshot in the source closure of this snapshot, call the match predicate on the corresponding text buffer, and return the first source snapshot for which it returns true. The order in which the source snapshots are visited is undefined.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Parameters
- match
-
Type:
System::Predicate<ITextBuffer^>^
The predicate for matching.
| Exception | Condition |
|---|---|
| ArgumentNullException | if match is null. |
Show: