IBufferGraph::GetTextBuffers Method (Predicate<ITextBuffer^>^)
Visual Studio 2015
Finds all the ITextBuffer objects in the graph that match the specified predicate.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Parameters
- match
-
Type:
System::Predicate<ITextBuffer^>^
The predicate used for matching.
Return Value
Type: System.Collections.ObjectModel::Collection<ITextBuffer^>^A non-null but possibly empty collection of ITextBuffer objects.
| Exception | Condition |
|---|---|
| ArgumentNullException | match is null. |
Show: