NotifyListTAddIndex 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 AddIndex(
PropertyDescriptor property
)
Public Sub AddIndex (
property As PropertyDescriptor
)
public:
virtual void AddIndex(
PropertyDescriptor^ property
) sealed
abstract AddIndex :
property : PropertyDescriptor -> unit
override AddIndex :
property : PropertyDescriptor -> unit
Parameters
- property
- Type: System.ComponentModelPropertyDescriptor
Implements
IBindingListAddIndex(PropertyDescriptor)See Also