Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Private Sub RemoveIndex ( _
property As PropertyDescriptor _
) Implements IBindingList.RemoveIndex
'Usage
Dim instance As ResultSetView
Dim property As PropertyDescriptor
CType(instance, IBindingList).RemoveIndex(property)
void IBindingList.RemoveIndex(
PropertyDescriptor property
)
private:
virtual void RemoveIndex(
PropertyDescriptor^ property
) sealed = IBindingList::RemoveIndex
private abstract RemoveIndex :
property:PropertyDescriptor -> unit
private override RemoveIndex :
property:PropertyDescriptor -> unit
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- property
Type: System.ComponentModel.PropertyDescriptor
Implements
IBindingList.RemoveIndex(PropertyDescriptor)