Share via


TextChangeProposal.GetHashCode Method

Returns the hash code of this TextChangeProposal.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Refactoring
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 TextChangeProposal
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
[System.Int32] is the hash code value.

Remarks

The hash code is based on the file name, the start line, and the start column of the TextChangeProposal.

.NET Framework Security

See Also

Reference

TextChangeProposal Class

TextChangeProposal Members

Microsoft.VisualStudio.Data.Schema.Project.Refactoring Namespace