ProcessInputEventArgs.PushInput Metodo

Definizione

Inserisce un evento di input nella parte superiore dello stack dell'area di gestione temporanea.

Overload

Nome Descrizione
PushInput(StagingAreaInputItem)

Inserisce l'evento di input specificato nella parte superiore dello stack di aree di staging.

PushInput(InputEventArgs, StagingAreaInputItem)

Inserisce l'evento di input specificato nella parte superiore dello stack di aree di staging specificato.

Commenti

L'input da posizionare nell'area di gestione temporanea non può essere null e non può esistere già nell'area di gestione temporanea.

PushInput(StagingAreaInputItem)

Inserisce l'evento di input specificato nella parte superiore dello stack di aree di staging.

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

Parametri

input
StagingAreaInputItem

Evento di input da inserire nello stack dell'area di gestione temporanea.

Valori restituiti

Elemento di input dell'area di gestione temporanea.

Attributi

Commenti

input non può essere null e non può esistere già nell'area di gestione temporanea.

Vedi anche

Si applica a

PushInput(InputEventArgs, StagingAreaInputItem)

Inserisce l'evento di input specificato nella parte superiore dello stack di aree di staging specificato.

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

Parametri

input
InputEventArgs

Evento di input da inserire nello stack dell'area di gestione temporanea.

promote
StagingAreaInputItem

Elemento dell'area di gestione temporanea esistente da cui alzare di livello lo stato.

Valori restituiti

Elemento di input dell'area di gestione temporanea che esegue il wrapping dell'input specificato.

Attributi

Commenti

input non può essere null e non può esistere già nell'area di gestione temporanea.

Vedi anche

Si applica a