通过


SiteMapNode.GetHashCode 方法

定义

返回对象的 SiteMapNode 哈希代码。

public:
 override int GetHashCode();
public override int GetHashCode();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

返回

一个表示哈希代码的 32 位有符号整数。

注解

哈希代码是使用站点地图节点的查找键(即属性的 Key 哈希)生成的。

适用于

另请参阅