Page.GetTypeHashCode 方法

定義

擷取由 Run Time 產生的 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

傳回

Run Time 時期產生的雜湊碼。 預設值是 0。

備註

請勿覆寫這個方法。

適用於