TextChangeProposal.GetHashCode メソッド

この TextChangeProposal のハッシュ コードを返します。

名前空間 :  Microsoft.VisualStudio.Data.Schema.Project.Refactoring
アセンブリ :  Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)

構文

'宣言
Public Overrides Function GetHashCode As Integer
'使用
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

戻り値

型 : System.Int32
[System.Int32] はハッシュ コード値です。

解説

ハッシュ コードは、TextChangeProposal のファイル名、開始行、および開始桁に基づきます。

参照

参照

TextChangeProposal クラス

TextChangeProposal メンバ

Microsoft.VisualStudio.Data.Schema.Project.Refactoring 名前空間