Visualization, constructeur (String, String, String, String) (Microsoft.Office.Server.Search.Administration)
Initializes a Visualization object with the specified information.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)
Syntaxe
'Déclaration
Public Sub New ( _
name As String, _
xsl As String, _
properties As String, _
sampledata As String _
)
'Utilisation
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
)
Paramètres
- name
Must be either summary or topanswer.
- xsl
Specifies the XSLT transformation (XSLT) for the results XML returned for the federated search location. For more information about customizing the XSLT for the search results Web Parts, see Personnalisation des résultats de recherche de contenu d'entreprise in the Microsoft Office SharePoint Server 2007 SDK.
- properties
Specifies the list of properties retrieved from the federated search location.
- sampledata
A string containing sample search results XML from the federated search location.
Voir aussi
Référence
Visualization, classe
Membres Visualization
Microsoft.Office.Server.Search.Administration, espace de noms