IBindingList.AllowRemove プロパティ
名前空間: System.Data.SqlServerCe
アセンブリ: System.Data.SqlServerCe (System.Data.SqlServerCe.dll)
構文
'宣言
Private ReadOnly Property AllowRemove As Boolean
Implements IBindingList.AllowRemove
Get
'使用
Dim instance As ResultSetView
Dim value As Boolean
value = CType(instance, IBindingList).AllowRemove
bool IBindingList.AllowRemove { get; }
private:
virtual property bool AllowRemove {
bool get () sealed = IBindingList::AllowRemove::get;
}
private abstract AllowRemove : bool
private override AllowRemove : bool
JScript では、明示的なインターフェイスの実装は使用できますが、新規に宣言することはできません。
プロパティ値
実装
IBindingList. . :: . .AllowRemove