IBindingList.SupportsChangeNotification 屬性
命名空間: System.Data.SqlServerCe
組件: System.Data.SqlServerCe (在 System.Data.SqlServerCe.dll 中)
語法
'宣告
Private ReadOnly Property SupportsChangeNotification As Boolean
Implements IBindingList.SupportsChangeNotification
Get
'用途
Dim instance As ResultSetView
Dim value As Boolean
value = CType(instance, IBindingList).SupportsChangeNotification
bool IBindingList.SupportsChangeNotification { get; }
private:
virtual property bool SupportsChangeNotification {
bool get () sealed = IBindingList::SupportsChangeNotification::get;
}
private abstract SupportsChangeNotification : bool
private override SupportsChangeNotification : bool
JScript 支援使用明確介面實作,但不支援新的宣告。
屬性值
實作
IBindingList. . :: . .SupportsChangeNotification