AttachedPropertyBrowsableForTypeAttribute.GetHashCode 方法

定义

返回此AttachedPropertyBrowsableForTypeAttribute.NET Framework属性的哈希代码。

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

返回

Int32

32 位无符号整数值。

注解

此实现支持多个可能的哈希值,具体取决于此.NET Framework属性TargetType公开的一个可能的可设置值。

适用于