WebSearchEnginePlugin Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Web search engine plugin (e.g. Bing).
public sealed class WebSearchEnginePlugin
type WebSearchEnginePlugin = class
Public NotInheritable Class WebSearchEnginePlugin
- Inheritance
-
WebSearchEnginePlugin
Constructors
WebSearchEnginePlugin(IWebSearchEngineConnector) |
Initializes a new instance of the WebSearchEnginePlugin class. |
Fields
CountParam |
The count parameter name. |
OffsetParam |
The offset parameter name. |
Methods
GetSearchResultsAsync(String, Int32, Int32, CancellationToken) |
Performs a web search using the provided query, count, and offset. |
SearchAsync(String, Int32, Int32, CancellationToken) |
Performs a web search using the provided query, count, and offset. |