SearchResultEntryCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The SearchResultEntryCollection class contains a collection of SearchResultEntry objects returned in a result set.
public ref class SearchResultEntryCollection : System::Collections::ReadOnlyCollectionBase
public class SearchResultEntryCollection : System.Collections.ReadOnlyCollectionBase
type SearchResultEntryCollection = class
inherit ReadOnlyCollectionBase
Public Class SearchResultEntryCollection
Inherits ReadOnlyCollectionBase
- Inheritance
Properties
| Name | Description |
|---|---|
| Item[Int32] |
The Item[Int32] property contains the SearchResultEntry object at the specified |
Methods
| Name | Description |
|---|---|
| Contains(SearchResultEntry) |
The Contains(SearchResultEntry) method determines if the collection contains the specified SearchResultEntry object. |
| CopyTo(SearchResultEntry[], Int32) |
The CopyTo(SearchResultEntry[], Int32) method copies the entire collection to a one-dimensional array, starting at the specified index of the target array. |
| IndexOf(SearchResultEntry) |
The IndexOf(SearchResultEntry) method returns the zero-based index of the first occurrence of the specified SearchResultEntry object in SearchResultEntryCollection. |