QueryManager.GetResults 方法 (LocationList)

返回从指定的联合的搜索位置的搜索结果。

命名空间:  Microsoft.Office.Server.Search.Query
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

声明
Public Function GetResults ( _
    locationList As LocationList _
) As XmlDocument
用法
Dim instance As QueryManager
Dim locationList As LocationList
Dim returnValue As XmlDocument

returnValue = instance.GetResults(locationList)
public XmlDocument GetResults(
    LocationList locationList
)

参数

返回值

类型:System.Xml.XmlDocument
搜索结果返回联合的搜索结果中的位置。

另请参阅

引用

QueryManager 类

QueryManager 成员

GetResults 重载

Microsoft.Office.Server.Search.Query 命名空间