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
)
参数
locationList
类型:Microsoft.Office.Server.Search.Query.LocationList联合的搜索位置列表。
返回值
类型:System.Xml.XmlDocument
搜索结果返回联合的搜索结果中的位置。