ProcessInputEventArgs.PushInput Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Legt ein Eingabeereignis am Anfang des Stagingbereichstapels ab.
Überlädt
PushInput(StagingAreaInputItem) |
Legt das angegebene Eingabeereignis am Anfang des Stagingbereichstapels ab. |
PushInput(InputEventArgs, StagingAreaInputItem) |
Legt das angegebene Eingabeereignis am Anfang des angegebenen Stagingbereichstapels ab. |
Hinweise
Die Eingabe, die im Stagingbereich platziert werden soll, kann nicht sein und nicht bereits im Stagingbereich vorhanden sein null
.
PushInput(StagingAreaInputItem)
Legt das angegebene Eingabeereignis am Anfang des Stagingbereichstapels ab.
public:
System::Windows::Input::StagingAreaInputItem ^ PushInput(System::Windows::Input::StagingAreaInputItem ^ input);
[System.Security.SecurityCritical]
public System.Windows.Input.StagingAreaInputItem PushInput (System.Windows.Input.StagingAreaInputItem input);
public System.Windows.Input.StagingAreaInputItem PushInput (System.Windows.Input.StagingAreaInputItem input);
[<System.Security.SecurityCritical>]
member this.PushInput : System.Windows.Input.StagingAreaInputItem -> System.Windows.Input.StagingAreaInputItem
member this.PushInput : System.Windows.Input.StagingAreaInputItem -> System.Windows.Input.StagingAreaInputItem
Public Function PushInput (input As StagingAreaInputItem) As StagingAreaInputItem
Parameter
- input
- StagingAreaInputItem
Das Eingabeereignis, das im Stagingbereichstapel abgelegt werden soll.
Gibt zurück
Das Eingabeelement des Stagingbereichs.
- Attribute
Hinweise
input
kann nicht sein, und es kann nicht bereits im Stagingbereich vorhanden sein null
.
Weitere Informationen
Gilt für:
PushInput(InputEventArgs, StagingAreaInputItem)
Legt das angegebene Eingabeereignis am Anfang des angegebenen Stagingbereichstapels ab.
public:
System::Windows::Input::StagingAreaInputItem ^ PushInput(System::Windows::Input::InputEventArgs ^ input, System::Windows::Input::StagingAreaInputItem ^ promote);
[System.Security.SecurityCritical]
public System.Windows.Input.StagingAreaInputItem PushInput (System.Windows.Input.InputEventArgs input, System.Windows.Input.StagingAreaInputItem promote);
public System.Windows.Input.StagingAreaInputItem PushInput (System.Windows.Input.InputEventArgs input, System.Windows.Input.StagingAreaInputItem promote);
[<System.Security.SecurityCritical>]
member this.PushInput : System.Windows.Input.InputEventArgs * System.Windows.Input.StagingAreaInputItem -> System.Windows.Input.StagingAreaInputItem
member this.PushInput : System.Windows.Input.InputEventArgs * System.Windows.Input.StagingAreaInputItem -> System.Windows.Input.StagingAreaInputItem
Public Function PushInput (input As InputEventArgs, promote As StagingAreaInputItem) As StagingAreaInputItem
Parameter
- input
- InputEventArgs
Das Eingabeereignis, das im Stagingbereichstapel abgelegt werden soll.
- promote
- StagingAreaInputItem
Ein vorhandenes Stagingbereichselement, dessen Status heraufgestuft werden soll.
Gibt zurück
Das Eingabeelement des Stagingbereichs, das die angegebene Eingabe umschließt.
- Attribute
Hinweise
input
kann nicht sein, und es kann nicht bereits im Stagingbereich vorhanden sein null
.