SearchResultCollection members

A data structure which holds the result set and metadata which describes a search operation that has been executed by the ContactSearch control.

The SearchResultCollection type exposes the following members.

Constructors

  Name Description
Public method SearchResultCollection Constructor.

Top

Properties

  Name Description
Public property Count (Inherited from ReadOnlyCollection<SearchResult>.)
Public property IsMoreAvailable True if more search results available than were returned
Public property IsSkillSearchPossible Indicate if a skill search possible.
Public property Item (Inherited from ReadOnlyCollection<SearchResult>.)
Protected property Items (Inherited from ReadOnlyCollection<SearchResult>.)
Public property ProviderSyncState Synchronization state for the search provider.
Public property SearchError SearchError
Public property SearchType Type of search
Public property SkillSearchQueryUri Uri for the skill search

Top

Methods

  Name Description
Public method Contains (Inherited from ReadOnlyCollection<SearchResult>.)
Public method CopyTo (Inherited from ReadOnlyCollection<SearchResult>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from ReadOnlyCollection<SearchResult>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf (Inherited from ReadOnlyCollection<SearchResult>.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method ICollection<T>.Add (Inherited from ReadOnlyCollection<SearchResult>.)
Explicit interface implemetationPrivate method IList.Add (Inherited from ReadOnlyCollection<SearchResult>.)
Explicit interface implemetationPrivate method ICollection<T>.Clear (Inherited from ReadOnlyCollection<SearchResult>.)
Explicit interface implemetationPrivate method IList.Clear (Inherited from ReadOnlyCollection<SearchResult>.)
Explicit interface implemetationPrivate method IList.Contains (Inherited from ReadOnlyCollection<SearchResult>.)
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from ReadOnlyCollection<SearchResult>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from ReadOnlyCollection<SearchResult>.)
Explicit interface implemetationPrivate method IList.IndexOf (Inherited from ReadOnlyCollection<SearchResult>.)
Explicit interface implemetationPrivate method IList<T>.Insert (Inherited from ReadOnlyCollection<SearchResult>.)
Explicit interface implemetationPrivate method IList.Insert (Inherited from ReadOnlyCollection<SearchResult>.)
Explicit interface implemetationPrivate property IList.IsFixedSize (Inherited from ReadOnlyCollection<SearchResult>.)
Explicit interface implemetationPrivate property ICollection<T>.IsReadOnly (Inherited from ReadOnlyCollection<SearchResult>.)
Explicit interface implemetationPrivate property IList.IsReadOnly (Inherited from ReadOnlyCollection<SearchResult>.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from ReadOnlyCollection<SearchResult>.)
Explicit interface implemetationPrivate property IList<T>.Item (Inherited from ReadOnlyCollection<SearchResult>.)
Explicit interface implemetationPrivate property IList.Item (Inherited from ReadOnlyCollection<SearchResult>.)
Explicit interface implemetationPrivate method ICollection<T>.Remove (Inherited from ReadOnlyCollection<SearchResult>.)
Explicit interface implemetationPrivate method IList.Remove (Inherited from ReadOnlyCollection<SearchResult>.)
Explicit interface implemetationPrivate method IList<T>.RemoveAt (Inherited from ReadOnlyCollection<SearchResult>.)
Explicit interface implemetationPrivate method IList.RemoveAt (Inherited from ReadOnlyCollection<SearchResult>.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from ReadOnlyCollection<SearchResult>.)

Top

See also

Reference

SearchResultCollection class

Microsoft.Lync.Controls namespace