Modifier

SearchResultReferenceCollection Class

Definition

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
SearchResultReferenceCollection

Properties

Name Description
Item[Int32]

The Item[Int32] property contains the SearchResultReference object at the specified index.

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.

Applies to