Page.GetTypeHashCode Method

Definition

Retrieves a hash code that is generated by Page objects that are generated at run time. This hash code is unique to the Page object's control hierarchy.

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

Returns

The hash code generated at run time. The default is 0.

Remarks

Do not override this method.

Applies to