次の方法で共有


GlobalType.GetHashCode Method

Returns the hash code for the current global type.

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'宣言
Public Overrides Function GetHashCode As Integer
public override int GetHashCode()

Return Value

Type: System.Int32
An Int32 that specifies a hash value for the current global type.

Remarks

The generated hash code is solely based upon the ObjectType property.

.NET Framework Security

See Also

Reference

GlobalType Class

Microsoft.VisualStudio.Shell.Design Namespace

ObjectType

Type.GetHashCode

Equals