NotifyListTRemoveIndex Method |
Not implemented.
Namespace: VirtualRadar.Interface.PortableBindingAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void RemoveIndex(
PropertyDescriptor property
)
Public Sub RemoveIndex (
property As PropertyDescriptor
)
public:
virtual void RemoveIndex(
PropertyDescriptor^ property
) sealed
abstract RemoveIndex :
property : PropertyDescriptor -> unit
override RemoveIndex :
property : PropertyDescriptor -> unit
Parameters
- property
- Type: System.ComponentModelPropertyDescriptor
Implements
IBindingListRemoveIndex(PropertyDescriptor)See Also