BestBetCollection.Create method
Cria um novo melhor opção.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function Create ( _
title As String, _
description As String, _
url As Uri _
) As BestBet
'Uso
Dim instance As BestBetCollection
Dim title As String
Dim description As String
Dim url As Uri
Dim returnValue As BestBet
returnValue = instance.Create(title, description, _
url)
public BestBet Create(
string title,
string description,
Uri url
)
Parâmetros
title
Type: System.StringUma seqüência de caracteres especificando o título da melhor opção.
description
Type: System.StringString que especifica a descrição para a melhor opção.
url
Type: System.UriUm objeto System.Uri que representa o URL.
Valor retornado
Type: Microsoft.Office.Server.Search.Administration.BestBet
Um objeto BestBet .