public class SearchResultItemCollection : IEnumerable,
IDisposablepublic ref class SearchResultItemCollection : IEnumerable,
IDisposable| SearchResultItemCollection | Initializes a new instance of the SearchResultItemCollection class |
| Count | Gets the number of items in the result list. |
| Item | Gets the search result at the specified index. |
| Add | Add the specified item to the list. |
| AddItemFromId | Add an item to the list based on the Id of an item. |
| AddItemFromPath | Add an item to the list based on the path of an item. |
| Clear | Delete all items from the list. |
| Dispose | Releases all resources used by the SearchResultItemCollection |
| Dispose(Boolean) | Releases the unmanaged resources used by the SearchResultItemCollection and optionally releases the managed resources |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize |
Non-GC class clean up
(Overrides ObjectFinalize) |
| GetEnumerator | Gets an enumerator for this collection. |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| getObject | Gets the result item at the specified index. |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ReadXml | Loads an Xml defined list of items. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Write | Exports the result list to the specified stream based on the ExportCriteria. |