GetEntityStringAndHashCode() public static method

public static GetEntityStringAndHashCode ( object newValue ) : string
newValue object
return string
示例#1
0
        protected virtual void OnEntityChanged(object oldValue, object newValue)
        {
            EntityChanged?.Invoke(this, isUserInteraction, oldValue, newValue);

            AutomationProperties.SetItemStatus(this, Common.GetEntityStringAndHashCode(newValue));

            UpdateVisibility();
        }