次の方法で共有


DropDownMember.GetHashCode Method

Returns a hash code value for this DropDownMember object.

Namespace:  Microsoft.VisualStudio.Package
Assemblies:   Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
  Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.11.0 (in Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)

Syntax

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

Return Value

Type: System.Int32
Returns a value that can be used as a hash code to represent this object.

Remarks

This method calls the GetHashCode method on the label. This hash code is not necessarily unique but can be used with a hash table.

.NET Framework Security

See Also

Reference

DropDownMember Class

Microsoft.VisualStudio.Package Namespace