SearchContext.GetContext - Méthode (String)
Remarque : cette API est désormais obsolète.
Obtient l'instance de contexte de recherche pour le nom d'application de recherche spécifiée.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
<ObsoleteAttribute("This class is obsolete now. Please use SearchServiceApplication and SearchServiceApplicationProxy instead.")> _
Public Shared Function GetContext ( _
searchApplicationName As String _
) As SearchContext
'Utilisation
Dim searchApplicationName As String
Dim returnValue As SearchContext
returnValue = SearchContext.GetContext(searchApplicationName)
[ObsoleteAttribute("This class is obsolete now. Please use SearchServiceApplication and SearchServiceApplicationProxy instead.")]
public static SearchContext GetContext(
string searchApplicationName
)
Paramètres
searchApplicationName
Type : System.StringChaîne spécifiant le nom d'application de recherche.
Valeur renvoyée
Type : Microsoft.Office.Server.Search.Administration.SearchContext
Un objet SearchContext .
Remarques
Pour plus d'informations sur la classe SearchContext et le modèle objet d'Administration Recherche de contenu d’entreprise SharePoint , voir Getting Started with the Search Administration Object Model et How to: Return the Search Context for the Search Service Provider.
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms