DependencyProperty.GetHashCode Metodo

Definizione

Ottiene un codice hash per l'oggetto DependencyProperty.

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

Restituisce

Int32

Codice hash per DependencyProperty.

Commenti

Il sistema di proprietà usa il proprio identificatore univoco GlobalIndexe il valore di tale proprietà viene restituito da GetHashCode.

Si applica a