Freigeben über


NormalizedSnapshotSpanCollection.IList.IsReadOnly-Eigenschaft

Bestimmt, ob diese Auflistung schreibgeschützt ist. Diese Eigenschaft 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 IList.IsReadOnly
bool IList.IsReadOnly { get; }
private:
virtual property bool IsReadOnly {
    bool get () sealed = IList::IsReadOnly::get;
}
private abstract IsReadOnly : bool with get 
private override IsReadOnly : bool with get
JScript unterstützt keine expliziten Schnittstellenimplementierungen

Eigenschaftswert

Typ: Boolean
Diese Eigenschaft gibt immer true zurück.

Implementiert

IList.IsReadOnly

.NET Framework-Sicherheit

Siehe auch

Referenz

NormalizedSnapshotSpanCollection Klasse

Microsoft.VisualStudio.Text-Namespace