SearchResultReferenceCollection 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 SearchResultReferenceCollection class contains a collection of SearchResultReference objects.
public ref class SearchResultReferenceCollection : System::Collections::ReadOnlyCollectionBase
public class SearchResultReferenceCollection : System.Collections.ReadOnlyCollectionBase
type SearchResultReferenceCollection = class
inherit ReadOnlyCollectionBase
Public Class SearchResultReferenceCollection
Inherits ReadOnlyCollectionBase
- Inheritance
Properties
| Name | Description |
|---|---|
| Item[Int32] |
The Item[Int32] property contains the SearchResultReference object at the specified |
Methods
| Name | Description |
|---|---|
| Contains(SearchResultReference) |
The Contains(SearchResultReference) method determines if the collection contains specified SearchResultReference object. |
| CopyTo(SearchResultReference[], Int32) |
The CopyTo(SearchResultReference[], Int32) method copies the entire collection to a one-dimensional array, starting at the specified index of the target array. |
| IndexOf(SearchResultReference) |
The IndexOf(SearchResultReference) method returns the zero-based index of the first occurrence of the specified SearchResultReference object in SearchResultReferenceCollection. |