Partager via


KeyAttributePair<T>.GetHashCode, méthode

Retourne le code de hachage pour le KeyAttributePair<T> en cours.

Espace de noms :  Microsoft.Windows.Design.PropertyEditing
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
Public Overrides Function GetHashCode As Integer
public override int GetHashCode()
public:
virtual int GetHashCode() override
abstract GetHashCode : unit -> int 
override GetHashCode : unit -> int 
public override function GetHashCode() : int

Valeur de retour

Type : System.Int32
Code de hachage pour le KeyAttributePair<T> en cours.

Sécurité .NET Framework

Voir aussi

Référence

KeyAttributePair<T> Structure

Microsoft.Windows.Design.PropertyEditing, espace de noms

Autres ressources

Architecture d'édition de propriété

Extensibilité du Concepteur WPF