BestBetIdCollection.GetBestBetsFromIds - Méthode
Espace de noms : Microsoft.Office.Server.Search.Query.Rules
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Function GetBestBetsFromIds As IEnumerable(Of BestBet)
'Utilisation
Dim instance As BestBetIdCollection
Dim returnValue As IEnumerable(Of BestBet)
returnValue = instance.GetBestBetsFromIds()
public IEnumerable<BestBet> GetBestBetsFromIds()
Valeur renvoyée
Type : System.Collections.Generic.IEnumerable<BestBet>