In the doc for showing current bindings - var bindingString = action.GetBindingDisplayString(out deviceLayout, out controlPath);
seems to return two strings for device layout and control path.
However, this leads to "Argument 2 may not be passed with the ‘out’ keyword. Any ideas how I would accomplish the replacing text with icon example?