NormalizedSnapshotSpanCollection.ICollection<SnapshotSpan>.IsReadOnly Property

Definition

Determines whether the collection is read-only. Always returns true.

property bool System::Collections::Generic::ICollection<Microsoft::VisualStudio::Text::SnapshotSpan>::IsReadOnly { bool get(); };
property bool System.Collections.Generic.ICollection<Microsoft.VisualStudio.Text.SnapshotSpan>.IsReadOnly { bool get(); };
bool System.Collections.Generic.ICollection<Microsoft.VisualStudio.Text.SnapshotSpan>.IsReadOnly { get; }
member this.System.Collections.Generic.ICollection<Microsoft.VisualStudio.Text.SnapshotSpan>.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of SnapshotSpan).IsReadOnly

Property Value

Implements

Applies to