Freigeben über


UITestControl.GetHashCode-Methode

Gibt einen eindeutigen Wert zurück, der die aktuelle UITestControl-Instanz darstellt.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.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: System.Int32
Ein eindeutiger Wert, der die aktuelle UITestControl-Instanz darstellt.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestControl Klasse

Microsoft.VisualStudio.TestTools.UITesting-Namespace