The SearchResultCollectiontype exposes the following members.

Constructors

  Name Description
Public method SearchResultCollection
Constructor.

Methods

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

Properties

  Name Description
Public property Count (Inherited from ReadOnlyCollection < (Of < ( <' 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 < (Of < ( <' SearchResult > ) > ) > .)
Protected property Items (Inherited from ReadOnlyCollection < (Of < ( <' 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

Explicit Interface Implementations

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

See Also