SearchResults class

Implementa os resultados da pesquisa da Web Part na página de pesquisa do Microsoft Office SharePoint Portal Server 2003.

Inheritance hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      System.Web.UI.WebControls.Panel
        System.Web.UI.WebControls.WebParts.Part
          System.Web.UI.WebControls.WebParts.WebPart
            Microsoft.SharePoint.WebPartPages.WebPart
              WebPartLoc
                Microsoft.SharePoint.Portal.WebControls.DataResultBase
                  Microsoft.SharePoint.Portal.WebControls.QueryResultBase
                    Microsoft.SharePoint.Portal.WebControls.SearchResults

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
Public Class SearchResults _
    Inherits QueryResultBase
'Uso
Dim instance As SearchResults
public class SearchResults : QueryResultBase

Comentários

Use esta Web Part para exibir os resultados em uma página de Web Parts personalizado no SharePoint Portal Server.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Ver também

Referência

SearchResults members

Microsoft.SharePoint.Portal.WebControls namespace