Skip to main content

BingSearchOptions Members

Obsolete. Contains settings that define the parameters for searching via the Microsoft Bing service.

Constructors

Name Description
BingSearchOptions() Initializes a new instance of the BingSearchOptions class with default settings.

Fields

Name Description
AutocorrectQueryProperty static Obsolete. Identifies the BingSearchOptions.AutocorrectQuery dependency property.
DistanceUnitProperty static Obsolete. Identifies the BingSearchOptions.DistanceUnit dependency property.
ResultsCountProperty static Identifies the BingSearchOptions.ResultsCount dependency property.
SearchRadiusProperty static Obsolete. Identifies the BingSearchOptions.SearchRadius dependency property.

Properties

Name Description
AutocorrectQuery Obsolete. Gets or sets a value indicating whether it is necessary to automatically correct a search query.
DistanceUnit Obsolete. Gets or sets a value that defines how to measure distances.
ResultsCount Gets or sets the total number of results that can be obtained by a search request.
SearchRadius Obsolete. Gets or sets a radius to perform a search.

Events

Name Description
PropertyChanged Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject.
See Also