ContributorInput.GetHashCode メソッド

ContributorInput から派生したクラスでオーバーライドする必要がある抽象メソッドです。 このメソッドは、この ContributorInput のハッシュ コードを返します。

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

構文

'宣言
Public MustOverride Function GetHashCode As Integer
'使用
Dim instance As ContributorInput
Dim returnValue As Integer

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

戻り値

型 : System.Int32
Int32 。ハッシュ コードです。

参照

参照

ContributorInput クラス

ContributorInput メンバ

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