Partager via


FilteredObservableCollection<T>.IsReadOnly, propriété

Détermine si cette collection est en lecture seule.

Espace de noms :  Microsoft.VisualStudio.Language.Intellisense
Assembly :  Microsoft.VisualStudio.Language.Intellisense (dans Microsoft.VisualStudio.Language.Intellisense.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsReadOnly As Boolean
public bool IsReadOnly { get; }
public:
virtual property bool IsReadOnly {
    bool get () sealed;
}
abstract IsReadOnly : bool with get 
override IsReadOnly : bool with get
final function get IsReadOnly () : boolean

Valeur de propriété

Type : Boolean
Retourne toujours true.

Implémentations

IList.IsReadOnly
ICollection.IsReadOnly

Sécurité .NET Framework

Voir aussi

Référence

FilteredObservableCollection<T> Classe

Microsoft.VisualStudio.Language.Intellisense, espace de noms