Partager via


SearchContext.Current - Propriété

Remarque : cette API est désormais obsolète.

Obtient l'instance de SearchContext pour la demande en cours.

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 ReadOnly Property Current As SearchContext
    Get
'Utilisation
Dim value As SearchContext

value = SearchContext.Current
[ObsoleteAttribute("This class is obsolete now. Please use SearchServiceApplication and SearchServiceApplicationProxy instead.")]
public static SearchContext Current { get; }

Valeur de propriété

Type : Microsoft.Office.Server.Search.Administration.SearchContext
Un objet SearchContext représentant l'instance de la demande en cours.

Voir aussi

Référence

SearchContext classe

SearchContext - Membres

Microsoft.Office.Server.Search.Administration - Espace de noms