public interface IInputBinding : IEquatable<IInputBinding>,
IEquatable<InputBinding>Public Interface IInputBinding
Inherits IEquatable(Of IInputBinding), IEquatable(Of InputBinding)public interface class IInputBinding : IEquatable<IInputBinding^>,
IEquatable<InputBinding^>type IInputBinding =
interface
interface IEquatable<IInputBinding>
interface IEquatable<InputBinding>
end| Equals(T) | Indicates whether the current object is equal to another object of the same type. (Унаследован от IEquatableIInputBinding) |
| Equals(T) | (Унаследован от IEquatableInputBinding) |
| CreateWpfBinding |
Создаёт объект привязки InputBinding для использования в WPF. Вызывайте в потоке диспетчера WPF.
(Определяется UIExtensions) |