ProjectElement.GetHashCode Method

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

See Also

Reference

ProjectElement Class

ProjectElement Members

Microsoft.VisualStudio.Package Namespace