Udostępnij za pośrednictwem


DesignerAutoFormatCollection.IList.IsReadOnly Właściwość

Definicja

Opis tej metody można znaleźć w temacie IsReadOnly.

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

Wartość właściwości

Zawsze true, co oznacza, że nie można zamienić ani usunąć kolekcji.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy DesignerAutoFormatCollection wystąpienie jest rzutowe do interfejsu System.Collections.IList .

Dotyczy

Zobacz też