Get a FactoryList from Bug.FindSimilarBugs or HierarchyFilter.NewList.
The FactoryList caches data when created. To retrieve data that may have changed since the list was created, either dispose of the list and create a new one, or call Refresh before using the data.
Implemented Interface | Description |
---|---|
IList2 | Adds to the IList interface missing basic functionality. |
Add | Adds a new item to the current list object. |
Clear | Removes all the items from the list. |
CopyFrom | Replaces the current contents with the contents of the given source enumeration. Items are copied in chunks of 100 pieces each. |
IndexOfItem | Gets the index of the passed object. |
Insert | 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. |
Swap | Swaps the two list items specified by their positions. |
_NewEnum | Gets an IEnumVARIANT enumerator. For information on the IEnumVARIANT, see Microsoft documentation. |
Count | The number of items in the list. |
Fields | Gets a list of fields available through this factory. |
Item | Gets an item by index. The index is one-based. |
Ratio | The similarity ratio for the specified item. |
TotalCount | Total result count, when fetch limit is used in filter. |