SearchServiceApplicationProxy.GetQuerySuggestionCandidates 方法
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function GetQuerySuggestionCandidates ( _
owner As SearchObjectOwner, _
sourceId As Guid _
) As List(Of String)
用法
Dim instance As SearchServiceApplicationProxy
Dim owner As SearchObjectOwner
Dim sourceId As Guid
Dim returnValue As List(Of String)
returnValue = instance.GetQuerySuggestionCandidates(owner, _
sourceId)
public List<string> GetQuerySuggestionCandidates(
SearchObjectOwner owner,
Guid sourceId
)
参数
- sourceId
类型:System.Guid
返回值
类型:System.Collections.Generic.List<String>
实现
ISearchSiteAdministrationServiceApplication.GetQuerySuggestionCandidates(SearchObjectOwner, Guid)
另请参阅
引用
SearchServiceApplicationProxy 类