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
'宣言
Public Overrides Function GetHashCode As Integer
'使用
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.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.