Freigeben über


TestCategoryItem.GetHashCode-Methode

Fungiert als eine Hashfunktion für die TestCategoryItem-Klasse.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
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

Rückgabewert

Typ: Int32
Ein 32-Bit-Ganzzahl-Hashcode mit Vorzeichen.

.NET Framework-Sicherheit

Siehe auch

Referenz

TestCategoryItem Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace