Page.GetTypeHashCode 方法

定义

检索由 Page 运行时生成的对象的哈希代码。 此哈希代码对于 Page 对象的控件层次结构是唯一的。

public:
 virtual int GetTypeHashCode();
public virtual int GetTypeHashCode();
abstract member GetTypeHashCode : unit -> int
override this.GetTypeHashCode : unit -> int
Public Overridable Function GetTypeHashCode () As Integer

返回

运行时生成的哈希代码。 默认值为 0。

注解

不要重写此方法。

适用于