ActivityCollection.ICollection<Activity>.IsReadOnly Propriété

Définition

Obtient une valeur qui indique si l’objet IList est en lecture seule.

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

Valeur de propriété

true si IList est en lecture seule ; sinon, false.

Implémente

Remarques

Une collection en lecture seule n’autorise pas l’ajout, la suppression ou la modification d’éléments après sa création.

S’applique à