QueryManager.GetResults method (LocationList)
Retorna os resultados da pesquisa de locais de pesquisa agrupada especificado.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function GetResults ( _
locationList As LocationList _
) As XmlDocument
'Uso
Dim instance As QueryManager
Dim locationList As LocationList
Dim returnValue As XmlDocument
returnValue = instance.GetResults(locationList)
public XmlDocument GetResults(
LocationList locationList
)
Parâmetros
locationList
Type: Microsoft.Office.Server.Search.Query.LocationListA lista de locais de pesquisa agrupada.
Valor retornado
Type: System.Xml.XmlDocument
Os resultados da pesquisa retornados nos resultados da pesquisa federada locais.