NormalizedSnapshotSpanCollection::Contains Method (SnapshotSpan)
Visual Studio 2015
Determines whether the collection contains the specified snapshot span.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Parameters
- item
-
Type:
Microsoft.VisualStudio.Text::SnapshotSpan
The snapshot span.
Return Value
Type: System::Booleantrue if the collection contains the snapshot span, otherwise false.
Implements
ICollection<T>::Contains(T)
Show: