SearchResultCollection Members
Include Protected Members
Include Inherited 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 | |
---|---|---|
SearchResultCollection | Constructor. |
Top
Properties
Name | Description | |
---|---|---|
Count | (inherited from ReadOnlyCollection<SearchResult>) | |
IsMoreAvailable | True if more search results available than were returned | |
IsSkillSearchPossible | Indicate if a skill search possible. | |
Item | (inherited from ReadOnlyCollection<SearchResult>) | |
Items | (inherited from ReadOnlyCollection<SearchResult>) | |
ProviderSyncState | Synchronization state for the search provider. | |
SearchError | SearchError | |
SearchType | Type of search | |
SkillSearchQueryUri | Uri for the skill search |
Top
Methods
Name | Description | |
---|---|---|
Contains | (inherited from ReadOnlyCollection<SearchResult>) | |
CopyTo | (inherited from ReadOnlyCollection<SearchResult>) | |
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetEnumerator | (inherited from ReadOnlyCollection<SearchResult>) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
IndexOf | (inherited from ReadOnlyCollection<SearchResult>) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top
Explicit Interface Implementations
Top