Add | Adds a new item to the current list object.Adds a new item to the current list object. | 
  IndexOfItem | Gets the index of the passed object.Gets the index of the passed object. | 
  Insert | Inserts a new item at the specified position.Inserts a new item at the specified position. | 
  Post | Posts changed data for all items in list. | 
  Refresh | Reads saved list filter and data for all listed objects, overwriting values in memory. | 
  Remove | Removes the specified item from the current list object.Removes the specified item from the current list object. | 
  Swap | Swaps the two list items specified by their positions.Swaps the two list items specified by their positions. | 
  _NewEnum | Gets an IEnumVARIANT enumerator. For information on the IEnumVARIANT, see Microsoft documentation.Gets an IEnumVARIANT enumerator. For information on the IEnumVARIANT, see Microsoft documentation. | 
  Count | The number of items in the list.The number of items in the list. | 
  Fields | Gets a list of fields available through this factory. | 
  IsInFilter | Checks if the item matches the filter criteria of the list to which it belongs. | 
  Item | Gets an item by index. The index is one-based.Gets an item by index. The index is one-based. | 
  Ratio | The similarity ratio for the specified item. |