რედაქტირება

SearchResultEntryCollection Class

Definition

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
SearchResultEntryCollection

Properties

Name Description
Item[Int32]

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

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.

Applies to