Freigeben über


Query.GetQuerySuggestionsWithResults Method

Definition

[Microsoft.SharePoint.Client.Remote]
public Microsoft.SharePoint.Client.ClientResult<Microsoft.SharePoint.Client.Search.Query.QuerySuggestionResults> GetQuerySuggestionsWithResults (int iNumberOfQuerySuggestions, int iNumberOfResultSuggestions, bool fPreQuerySuggestions, bool fHitHighlighting, bool fCapitalizeFirstLetters, bool fPrefixMatchAllTerms);
member this.GetQuerySuggestionsWithResults : int * int * bool * bool * bool * bool -> Microsoft.SharePoint.Client.ClientResult<Microsoft.SharePoint.Client.Search.Query.QuerySuggestionResults>
Public Function GetQuerySuggestionsWithResults (iNumberOfQuerySuggestions As Integer, iNumberOfResultSuggestions As Integer, fPreQuerySuggestions As Boolean, fHitHighlighting As Boolean, fCapitalizeFirstLetters As Boolean, fPrefixMatchAllTerms As Boolean) As ClientResult(Of QuerySuggestionResults)

Parameters

iNumberOfQuerySuggestions
Int32
iNumberOfResultSuggestions
Int32
fPreQuerySuggestions
Boolean
fHitHighlighting
Boolean
fCapitalizeFirstLetters
Boolean
fPrefixMatchAllTerms
Boolean

Returns

Attributes

Applies to