Serves as a hash function for a ProjectElement, suitable for use in hashing algorithms and data structures like a hash table.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overrides Function GetHashCode As Integer
'使用
Dim instance As ProjectElement
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
A hash code for the current object.
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.