PersonalizableAttribute.GetHashCode Metodo

Definizione

Quando viene sottoposto a override, restituisce un codice hash dell'attributo.

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

Restituisce

Int32

Codice hash in formato integer.

Commenti

Il codice hash è basato sulle impostazioni delle proprietà , Scopee IsSensitive di IsPersonalizableun attributo.

Si applica a