ExpressionEditorAttribute.GetHashCode 方法

定义

检索此 ExpressionEditorAttribute 特性的值的哈希代码。

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

返回

ExpressionEditorAttribute 的值的哈希代码。

注解

特性的值 ExpressionEditorAttribute 是其 EditorTypeName 属性的值。

适用于