InternalDataCollectionBase.IsReadOnly Свойство
Определение
Получает значение, указывающее, доступен ли объект InternalDataCollectionBase только для чтения.Gets a value that indicates whether the InternalDataCollectionBase is read-only.
public:
property bool IsReadOnly { bool get(); };
public bool IsReadOnly { get; }
[System.ComponentModel.Browsable(false)]
public bool IsReadOnly { get; }
member this.IsReadOnly : bool
[<System.ComponentModel.Browsable(false)>]
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean
Значение свойства
Значение true
, если коллекция доступна только для чтения; в противном случае — значение false
.true
if the collection is read-only; otherwise, false
. Значение по умолчанию — false
.The default is false
.
- Атрибуты
Комментарии
BaseCollectionКласс и его члены не предназначены для использования в качестве изолированного компонента, но в качестве класса, от которого другие классы коллекций наследуют стандартные функциональные возможности.The BaseCollection class and its members are not intended for use as a stand-alone component, but as the class from which other collection classes derive standard functionality.