PersonalizableAttribute.GetHashCode Método
Definição
Quando substituído, retorna um código hash do atributo.When overridden, returns a hash code of the attribute.
public:
override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer
Retornos
Um código hash na forma de um inteiro.A hash code in the form of an integer.
Comentários
O código de hash baseia-se nas IsPersonalizable configurações de propriedade, e de um atributo Scope IsSensitive .The hash code is based on an attribute's IsPersonalizable, Scope, and IsSensitive property settings.