Propriedade IBindingList.AllowNew
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (em System.Data.SqlServerCe.dll)
Sintaxe
'Declaração
Private ReadOnly Property AllowNew As Boolean
Implements IBindingList.AllowNew
Get
'Uso
Dim instance As ResultSetView
Dim value As Boolean
value = CType(instance, IBindingList).AllowNew
bool IBindingList.AllowNew { get; }
private:
virtual property bool AllowNew {
bool get () sealed = IBindingList::AllowNew::get;
}
private abstract AllowNew : bool
private override AllowNew : bool
O JScript dá suporte ao uso de implementações de interface explícitas, mas não à declaração de novas.
Valor da propriedade
Tipo: System. . :: . .Boolean
Implementa
IBindingList. . :: . .AllowNew