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。

注解

请勿重写此方法。

适用于