ListSortDescriptionCollection.IList.IsReadOnly Propriedade
Definição
Obtém um valor que indica se a coleção é somente leitura.Gets a value indicating whether the collection is read-only.
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
Valor da propriedade
true em todos os casos.true in all cases.
Implementações
Comentários
O ListSortDescriptionCollection é somente leitura uma vez criado.The ListSortDescriptionCollection is read-only once constructed. Uma coleção que seja somente leitura não permite a adição, a remoção ou a modificação de elementos após a coleção ser criada.A collection that is read-only does not allow the addition, removal, or modification of elements after the collection is created.