Share via


DataSchemaErrorTask.GetHashCode Method

Returns the unique hash code for this object.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Overrides Function GetHashCode As Integer
'Usage
Dim instance As DataSchemaErrorTask
Dim returnValue As Integer

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

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

DataSchemaErrorTask Class

DataSchemaErrorTask Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace