NormalizedSnapshotSpanCollection::Contains Method (Object^)
Visual Studio 2015
Determines whether the collection contains the specified snapshot span.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Parameters
- value
-
Type:
System::Object^
The snapshot span.
Return Value
Type: System::Booleantrue if the snapshot span is contained in the collection, otherwise false.
Implements
IList::Contains(Object^)
Show: