BestBetIdCollection.GetBestBetsFromIds 方法
命名空间: Microsoft.Office.Server.Search.Query.Rules
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function GetBestBetsFromIds As IEnumerable(Of BestBet)
用法
Dim instance As BestBetIdCollection
Dim returnValue As IEnumerable(Of BestBet)
returnValue = instance.GetBestBetsFromIds()
public IEnumerable<BestBet> GetBestBetsFromIds()
返回值
类型:System.Collections.Generic.IEnumerable<BestBet>