ActivityCollection.ICollection<Activity>.IsReadOnly Propriedade

Definição

Obtém um valor que indica se o IList é apenas de leitura.

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 Propriedade

true se o IList for só de leitura; caso contrário, false.

Implementações

Observações

Uma coleção somente de leitura não permite a adição, remoção ou modificação de elementos após a criação da coleção.

Aplica-se a