PersonalResultSuggestion - Constructeur
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Sub New ( _
url As String, _
title As String, _
highlightedtitle As String, _
isBestBet As Boolean, _
clickCount As Integer, _
searchTime As DateTime _
)
'Utilisation
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
)
Paramètres
- url
Type : System.String
- title
Type : System.String
- highlightedtitle
Type : System.String
- isBestBet
Type : System.Boolean
- clickCount
Type : System.Int32
- searchTime
Type : System.DateTime
Voir aussi
Référence
PersonalResultSuggestion classe