ActivityCollection.ICollection<Activity>.IsReadOnly Propiedad

Definición

Obtiene un valor que indica si IList es de solo lectura.

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

Valor de propiedad

Es true si la interfaz IList es de solo lectura; de lo contrario, es false.

Implementaciones

Comentarios

Una colección de solo lectura no permite que se agreguen, quiten o modifiquen elementos una vez que se ha creado.

Se aplica a