ListSortDescriptionCollection.IList.IsReadOnly Egenskap

Definition

Hämtar ett värde som anger om samlingen är skrivskyddad.

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

Egenskapsvärde

true i samtliga fall.

Implementeringar

Kommentarer

är skrivskyddad när den ListSortDescriptionCollection har konstruerats. En samling som är skrivskyddad tillåter inte tillägg, borttagning eller ändring av element när samlingen har skapats.

Gäller för