ActivityCollection.ICollection<Activity>.IsReadOnly Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém um valor que indica se o IList é somente 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 da propriedade
true
se o IList for somente leitura; caso contrário, false
.
Implementações
Comentários
Uma coleção que seja somente leitura não permite a adição, a remoção ou a modificação de elementos após a coleção ser criada.