Share via


DropDownMember.GetHashCode Method

Returns a hash code value for this DropDownMember object.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)

Syntax

'Declaration
Public Overrides Function GetHashCode As Integer
'Usage
Dim instance As DropDownMember 
Dim returnValue As Integer 

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

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

DropDownMember Members

Microsoft.VisualStudio.Package Namespace