Freigeben über


NormalizedSnapshotSpanCollection.ICollection<SnapshotSpan>.ICollection-Eigenschaft

Bestimmt, ob die Auflistung schreibgeschützt ist. Gibt immer true zurück.

Namespace:  Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

Syntax

'Declaration
Private ReadOnly Property IsReadOnly As Boolean 
    Implements ICollection(Of SnapshotSpan).IsReadOnly
bool ICollection<SnapshotSpan>.IsReadOnly { get; }
private:
virtual property bool IsReadOnly {
    bool get () sealed = ICollection<SnapshotSpan>::IsReadOnly::get;
}
private abstract IsReadOnly : bool with get 
private override IsReadOnly : bool with get
JScript unterstützt keine expliziten Schnittstellenimplementierungen

Eigenschaftswert

Typ: Boolean
Gibt immer true zurück.

Implementiert

ICollection.IsReadOnly

.NET Framework-Sicherheit

Siehe auch

Referenz

NormalizedSnapshotSpanCollection Klasse

Microsoft.VisualStudio.Text-Namespace