CommandManager.RegisterClassInputBinding(Type, InputBinding) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Registers the specified InputBinding with the specified type.
public:
static void RegisterClassInputBinding(Type ^ type, System::Windows::Input::InputBinding ^ inputBinding);
public static void RegisterClassInputBinding (Type type, System.Windows.Input.InputBinding inputBinding);
static member RegisterClassInputBinding : Type * System.Windows.Input.InputBinding -> unit
Public Shared Sub RegisterClassInputBinding (type As Type, inputBinding As InputBinding)
Parameters
- type
- Type
The type to register inputBinding
with.
- inputBinding
- InputBinding
The input binding to register.
Exceptions
type
or inputBinding
is null
.
Remarks
This method enables an InputBinding to be associated with a type instead of an instance of a class.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.