ActivityCollection.ICollection<Activity>.IsReadOnly Özellik

Tanım

öğesinin salt okunur olup olmadığını IList gösteren bir değer alır.

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

Özellik Değeri

Boolean

trueIList salt okunur ise; değilse, false.

Uygulamalar

Açıklamalar

Salt okunur olan bir koleksiyon, koleksiyon oluşturulduktan sonra öğelerinin eklenmesi, kaldırılması veya değiştirilmesine izin vermez.

Şunlara uygulanır