Silverlight SDK for Microsoft Bing
SearchResult Constructor (title, url, mediaType, snippet)
OverviewMicrosoft.BingSearchResultSearchResult(String, String, MediaTypes, String)
Instantiates a SearchResult instance.
Declaration Syntax
C#Visual BasicVisual C++
public SearchResult(
	string title,
	string url,
	MediaTypes mediaType,
	string snippet
)
Public Sub New ( _
	title As String, _
	url As String, _
	mediaType As MediaTypes, _
	snippet As String _
)
public:
SearchResult(
	String^ title, 
	String^ url, 
	MediaTypes mediaType, 
	String^ snippet
)
Parameters
title (String)
The title of the result
url (String)
The source Url for the result
mediaType (MediaTypes)
The Media Type for the result
snippet (String)
The snippet, or abstract for the result

Assembly: Microsoft.Bing.Data (Module: Microsoft.Bing.Data) Version: 1.0.0.0 (1.0.0.0)