AlertInfo.GetHashCode - Méthode
Remarque : cette API est désormais obsolète.
Retourne un code de hachage pour cette instance de la classe AlertInfo .
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
<ObsoleteAttribute("This class is replaced by the query property bag, using the keys SearchAlert.PropBagKey_ChangeType and SearchAlert.PropBagKey_AlertBaselineTime.")> _
Public Overrides Function GetHashCode As Integer
'Utilisation
Dim instance As AlertInfo
Dim returnValue As Integer
returnValue = instance.GetHashCode()
[ObsoleteAttribute("This class is replaced by the query property bag, using the keys SearchAlert.PropBagKey_ChangeType and SearchAlert.PropBagKey_AlertBaselineTime.")]
public override int GetHashCode()
Valeur renvoyée
Type : System.Int32
Le code de hachage pour l'objet actif.