Visualization 构造函数 (String, String, String, String)
初始化具有指定信息的Visualization对象。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Sub New ( _
name As String, _
xsl As String, _
properties As String, _
sampledata As String _
)
用法
Dim name As String
Dim xsl As String
Dim properties As String
Dim sampledata As String
Dim instance As New Visualization(name, xsl, _
properties, sampledata)
public Visualization(
string name,
string xsl,
string properties,
string sampledata
)
参数
name
类型:System.String必须是summary或topanswer。
xsl
类型:System.String指定 XSLT 转换 (XSLT) 的联合的搜索位置返回的 XML 的结果。有关自定义的 XSLT,搜索结果 Web 部件的详细信息,请参阅 Microsoft Office SharePoint 服务器 2007 SDK 中的Customizing Search Results 。
properties
类型:System.String指定从联合搜索位置检索到的属性列表。
sampledata
类型:System.String一个包含示例搜索结果联合的搜索位置中的 XML 字符串。