ActivityCollection.ICollection<Activity>.IsReadOnly Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die IList schreibgeschützt ist.

property bool System::Collections::Generic::ICollection<System::Workflow::ComponentModel::Activity>::IsReadOnly { bool get(); };
bool System.Collections.Generic.ICollection<System.Workflow.ComponentModel.Activity>.IsReadOnly { get; }
member this.System.Collections.Generic.ICollection<System.Workflow.ComponentModel.Activity>.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of Activity).IsReadOnly

Eigenschaftswert

truewenn die IList Schreibgeschützt ist; andernfalls . false

Implementiert

Hinweise

Eine Auflistung, die schreibgeschützt ist, lässt das Hinzufügen, Entfernen oder Ändern von Elementen nach dem Erstellen der Auflistung nicht zu.

Gilt für: