Research.Query(String, Object, Object, Object, Object) Method
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.
Specifies a research query.
public object Query (string ServiceID, object QueryString, object QueryLanguage, object UseSelection, object LaunchQuery);
Public Function Query (ServiceID As String, Optional QueryString As Object, Optional QueryLanguage As Object, Optional UseSelection As Object, Optional LaunchQuery As Object) As Object
Parameters
- ServiceID
- String
Required String Specifies a GUID that identifies the research service.
- QueryString
- Object
Optional Object Specifies the query string.
- QueryLanguage
- Object
Optional Object Specifies the query language of the query string.
- UseSelection
- Object
Optional BooleanTrue to use the current selection as the query string. This overrides the QueryString
parameter if set. Default value is False.
- LaunchQuery
- Object
Optional BooleanTrue launches the query. False displays the Research task pane scoped to search the specified research service.
Returns
Object