UITestControlProperties.Common.GetHashCode Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Returns a unique value representing the current UITestControlProperties.Common instance.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Overrides Function GetHashCode As Integer
'Usage
Dim instance As UITestControlProperties..::..Common
Dim returnValue As Integer

returnValue = instance.GetHashCode()
public override int GetHashCode()
public:
virtual int GetHashCode() override
abstract GetHashCode : unit -> int 
override GetHashCode : unit -> int 
public override function GetHashCode() : int

Return Value

Type: System.Int32
A unique value representing the current UITestControlProperties.Common instance.

.NET Framework Security

See Also

Reference

UITestControlProperties.Common Class

UITestControlProperties.Common Members

Microsoft.VisualStudio.TestTools.UITesting Namespace