UIExtensionsRemoveInputBinding(ICardToolbarItemCollection, ICardToolbarItem, InputGesture) - метод
Пространство имён: Tessa.UIСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public static bool RemoveInputBinding(
this ICardToolbarItemCollection itemCollection,
ICardToolbarItem toolbarItem,
InputGesture gesture
)
<ExtensionAttribute>
Public Shared Function RemoveInputBinding (
itemCollection As ICardToolbarItemCollection,
toolbarItem As ICardToolbarItem,
gesture As InputGesture
) As Boolean
public:
[ExtensionAttribute]
static bool RemoveInputBinding(
ICardToolbarItemCollection^ itemCollection,
ICardToolbarItem^ toolbarItem,
InputGesture^ gesture
)
[<ExtensionAttribute>]
static member RemoveInputBinding :
itemCollection : ICardToolbarItemCollection *
toolbarItem : ICardToolbarItem *
gesture : InputGesture -> bool
- itemCollection ICardToolbarItemCollection
-
- toolbarItem ICardToolbarItem
-
- gesture InputGesture
-
BooleanВ Visual Basic и C# этот метод можно вызывать как метод экземпляра для любого объекта типа
ICardToolbarItemCollection. При вызове метода для экземпляра следует опускать первый параметр. Дополнительные сведения см. в разделе
Методы расширения (Visual Basic) или
Методы расширения (Руководство по программированию в C#).