SearchResults 类

在 Microsoft Office SharePoint Portal Server 2003年搜索页面上实现搜索结果 Web 部件。

继承层次结构

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

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

语法

声明
Public Class SearchResults _
    Inherits QueryResultBase
用法
Dim instance As SearchResults
public class SearchResults : QueryResultBase

备注

使用此 Web 部件可在 SharePoint Portal Server 中的自定义 Web 部件页上显示搜索结果。

线程安全性

该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

引用

SearchResults 成员

Microsoft.SharePoint.Portal.WebControls 命名空间