Partager via


NormalizedSnapshotSpanCollection.ICollection<SnapshotSpan>.ICollection, propriété

Détermine si la collection est en lecture seule. Retourne toujours true.

Espace de noms :  Microsoft.VisualStudio.Text
Assembly :  Microsoft.VisualStudio.Text.Data (dans Microsoft.VisualStudio.Text.Data.dll)

Syntaxe

'Déclaration
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 ne prend pas en charge les implémentations d'interfaces explicites.

Valeur de propriété

Type : Boolean
Retourne toujours true.

Implémentations

ICollection.IsReadOnly

Sécurité .NET Framework

Voir aussi

Référence

NormalizedSnapshotSpanCollection Classe

Microsoft.VisualStudio.Text, espace de noms