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. |
![]() | Adds a new item to the current list object. |
![]() | Removes all the items from the list. |
![]() | Replaces the current contents with the contents of the given source enumeration. Items are copied in chunks of 100 pieces each. |
![]() | Gets the index of the passed object. |
![]() | Inserts a new item at the specified position. |
![]() | Posts changed data for all items in list. |
![]() | Reads saved list filter and data for all listed objects, overwriting values in memory. |
![]() | Removes the specified item from the current list object. |
![]() | Swaps the two list items specified by their positions. |
![]() | Gets an IEnumVARIANT enumerator. For information on the IEnumVARIANT, see Microsoft documentation. |
![]() | The number of items in the list. |
![]() | Gets a list of fields available through this factory. |
![]() | Gets an item by index. The index is one-based. |
![]() | The similarity ratio for the specified item. |
![]() | Total result count, when fetch limit is used in filter. |