IBindingList.AllowRemove Özellik

Tanım

veya RemoveAt(Int32)kullanarak Remove(Object) öğeleri listeden kaldırıp kaldıramayacağınızı alır.

public:
 property bool AllowRemove { bool get(); };
public bool AllowRemove { get; }
member this.AllowRemove : bool
Public ReadOnly Property AllowRemove As Boolean

Özellik Değeri

true listeden öğe kaldırabiliyorsanız; aksi takdirde , false.

Açıklamalar

veya IList.IsFixedSizeIList.IsReadOnly ise true, bu özellik döndürür false.

Not

döndürürse falseAllowRemoveIList.Remove ve IList.RemoveAt bir NotSupportedExceptionoluşturur.

Şunlara uygulanır