다음을 통해 공유


DependencyProperty.GetHashCode 메서드

정의

이 인스턴스의 해시 코드를 반환합니다.

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

반환

Int32

이 인스턴스의 해시 코드입니다.

설명

여기서 계산되는 해시 코드는 이 bitwise ANDNameOwnerType 특성에 의해 생성된 해시 코드의 DependencyProperty입니다.

적용 대상