NormalizedSnapshotSpanCollection Properties
Visual Studio 2012
The NormalizedSnapshotSpanCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
IList.IsFixedSize | Determines whether the collection is of fixed size. Always returns true. |
|
ICollection<SnapshotSpan>.IsReadOnly | Determines whether the collection is read-only. Always returns true. |
|
IList.IsReadOnly | Determines whether this collection is read-only. This property always returns true. |
|
ICollection.IsSynchronized | Determines whether this collection is synchronized. |
|
IList.Item | Gets the snapshot span at the specified location. |
|
ICollection.SyncRoot | Gets an object that can be used to synchronized access to this collection. |