ListSortDescriptionCollection.IList.IsReadOnly Propriété

Définition

Obtient une valeur indiquant si la collection est en lecture seule.

property bool System::Collections::IList::IsReadOnly { bool get(); };
bool System.Collections.IList.IsReadOnly { get; }
member this.System.Collections.IList.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements IList.IsReadOnly

Valeur de propriété

true dans tous les cas.

Implémente

Remarques

le ListSortDescriptionCollection est en lecture seule une fois construit. Une collection en lecture seule n’autorise pas l’ajout, la suppression ou la modification d’éléments après sa création.

S’applique à