Compartilhar via


PersonalResultSuggestion constructor

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
Public Sub New ( _
    url As String, _
    title As String, _
    highlightedtitle As String, _
    isBestBet As Boolean, _
    clickCount As Integer, _
    searchTime As DateTime _
)
'Uso
Dim url As String
Dim title As String
Dim highlightedtitle As String
Dim isBestBet As Boolean
Dim clickCount As Integer
Dim searchTime As DateTime

Dim instance As New PersonalResultSuggestion(url, title, _
    highlightedtitle, isBestBet, clickCount, _
    searchTime)
public PersonalResultSuggestion(
    string url,
    string title,
    string highlightedtitle,
    bool isBestBet,
    int clickCount,
    DateTime searchTime
)

Parâmetros

Ver também

Referência

PersonalResultSuggestion class

PersonalResultSuggestion members

Microsoft.Office.Server.Search.Query namespace