PrincipalValueCollection<T>.IList.IsReadOnly Właściwość

Definicja

Pobiera wartość wskazującą, czy dostęp do kolekcji jest tylko do odczytu.

property bool System::Collections::IList::IsReadOnly { bool get(); };
bool System.Collections.IList.IsReadOnly { get; }
bool System.Collections.IList.IsReadOnly { [System.Security.SecurityCritical] get; }
member this.System.Collections.IList.IsReadOnly : bool
[<get: System.Security.SecurityCritical>]
member this.System.Collections.IList.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements IList.IsReadOnly

Wartość właściwości

true jeśli element IList jest tylko do odczytu; w przeciwnym razie false.

Implementuje

Atrybuty

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy PrincipalValueCollection<T> wystąpienie jest rzutowanie do interfejsu IList .

Dotyczy