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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
FilteredObservableCollection<T> Classe
Microsoft.VisualStudio.Language.Intellisense, espace de noms