ResultCallback 委托
表示联合位置到异步搜索查询请求完成时要执行的回调方法。
命名空间: Microsoft.Office.Server.Search.Query
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Delegate Sub ResultCallback ( _
xmlDoc As XmlDocument _
)
用法
Dim instance As New ResultCallback(AddressOf HandlerMethod)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public delegate void ResultCallback(
XmlDocument xmlDoc
)
参数
xmlDoc
类型:System.Xml.XmlDocumentXML 包含的搜索查询返回的结果集。
备注
在xmlDoc参数中的 XML 是与GetResults(QueryManager)方法所返回的 XML 的格式相同。