Freigeben über


Keywords-Konstruktor (SearchContext, Uri)

HINWEIS: Diese API ist veraltet.

Initialisiert eine neue Instanz der Keywords -Klasse.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<ObsoleteAttribute("This constructor is deprecated now.")> _
Public Sub New ( _
    searchContext As SearchContext, _
    url As Uri _
)
'Usage
Dim searchContext As SearchContext
Dim url As Uri

Dim instance As New Keywords(searchContext, _
    url)
[ObsoleteAttribute("This constructor is deprecated now.")]
public Keywords(
    SearchContext searchContext,
    Uri url
)

Parameter

  • url
    Typ: System.Uri

    Ein System.Uri -Objekt mit der URL für die Website, der diese Instanz der Klasse Keywords zugeordnet.

Siehe auch

Referenz

Keywords Klasse

Keywords-Member

Keywords-Überladung

Microsoft.Office.Server.Search.Administration-Namespace