NormalizedSnapshotSpanCollection::Item Property (Int32)
Visual Studio 2015
Gets the snapshot span at the specified location.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
public: property SnapshotSpan default[ int index ] { virtual SnapshotSpan get(int index) sealed; virtual void set(int index, SnapshotSpan value) sealed; }
Parameters
- index
-
Type:
System::Int32
The location at which to get the snapshot span.
Implements
IList<T>::Item[Int32]The set accessor throws a NotSupportedException.
Show: