ProcessInputEventArgs.PushInput Metoda

Definicja

Umieszcza zdarzenie wejściowe w górnej części stosu obszaru przejściowego.

Przeciążenia

PushInput(StagingAreaInputItem)

Umieszcza określone zdarzenie wejściowe w górnej części stosu obszaru przejściowego.

PushInput(InputEventArgs, StagingAreaInputItem)

Umieszcza określone zdarzenie wejściowe w górnej części określonego stosu obszaru przejściowego.

Uwagi

Dane wejściowe do umieszczenia w obszarze przejściowym nie mogą być null i nie mogą już istnieć w obszarze przejściowym.

PushInput(StagingAreaInputItem)

Umieszcza określone zdarzenie wejściowe w górnej części stosu obszaru przejściowego.

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

Parametry

input
StagingAreaInputItem

Zdarzenie wejściowe, które ma być umieszczone na stosie obszaru przejściowego.

Zwraca

Element wejściowy obszaru przejściowego.

Atrybuty

Uwagi

input nie może być null i nie może już istnieć w obszarze przejściowym.

Zobacz też

Dotyczy

PushInput(InputEventArgs, StagingAreaInputItem)

Umieszcza określone zdarzenie wejściowe w górnej części określonego stosu obszaru przejściowego.

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

Parametry

input
InputEventArgs

Zdarzenie wejściowe, które ma być umieszczone na stosie obszaru przejściowego.

promote
StagingAreaInputItem

Istniejący element obszaru przejściowego w celu podwyższenia poziomu stanu z.

Zwraca

Element wejściowy obszaru przejściowego, który opakowuje określone dane wejściowe.

Atrybuty

Uwagi

input nie może być null i nie może już istnieć w obszarze przejściowym.

Zobacz też

Dotyczy