Implements a wrapper class for abstracting a search result

C# | Visual Basic | Visual C++ |
public class SearchResult
Public Class SearchResult
public ref class SearchResult

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | SearchResult()()() |
Instantiates a SearchResult instance.
|
![]() | SearchResult(String, String, MediaTypes, String) |
Instantiates a SearchResult instance.
|
![]() | CacheUrl |
Gets/Sets the Cached media url for the SearchResult.
|
![]() | Date |
Gets/Sets the DateTime for the SearchResult.
|
![]() | DisplayUrl |
Gets/Sets the Display Url for the SearchResult.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | FileSize |
Gets/Sets a uint value which describes the file size associated with the SearchResult.
|
![]() | GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | IconUrl |
Gets/Sets the Icon Url for the SearchResult. This is the image file for displaying the type iconic for the result.
|
![]() | ImageHeight |
Gets/Sets a uint value which describes the height of an image associated with the SearchResult.
|
![]() | ImageWidth |
Gets/Sets a uint value which describes the width of an image associated with the SearchResult.
|
![]() | IsBreakingNews |
Gets/Sets a boolean value which defines whether a news result is breaking news (i.e. very new)
|
![]() | Kind |
Gets/Sets the SearchResultKind for the result.
|
![]() | LargeIconUrl |
Gets/Sets the Large Icon Url for the SearchResult. This is the image file for displaying the large type iconic for the result.
|
![]() | MediaType |
Gets/Sets the Media Type for the SearchResult.
|
![]() | Relevancy |
Gets/Sets a double value which describes the relevancy or weight of the SearchResult.
|
![]() | Snippet |
Gets/Sets the snippet, or abstract for the SearchResult.
|
![]() | Thumbnail |
Gets/Sets a Thumbnail instance for the SearchResult.
|
![]() | Title |
Gets/Sets the title for the SearchResult.
|
![]() | ToString()()() | (Inherited from Object.) |
![]() | Url |
Gets/Sets the Url for the SearchResult.
|

Object | |
![]() | SearchResult |