PushInput Method (InputEventArgs, StagingAreaInputItem)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Replaces an input that is already on the staging area stack, with a specified input.
Namespace: Microsoft.SPOT.Input
Assembly: Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)
Syntax
'Declaration
Public Function PushInput ( _
input As InputEventArgs, _
promote As StagingAreaInputItem _
) As StagingAreaInputItem
public StagingAreaInputItem PushInput(
InputEventArgs input,
StagingAreaInputItem promote
)
public:
StagingAreaInputItem^ PushInput(
InputEventArgs^ input,
StagingAreaInputItem^ promote
)
member PushInput :
input:InputEventArgs *
promote:StagingAreaInputItem -> StagingAreaInputItem
public function PushInput(
input : InputEventArgs,
promote : StagingAreaInputItem
) : StagingAreaInputItem
Parameters
- input
Type: Microsoft.SPOT.Input. . :: . .InputEventArgs
The input to be placed on the staging area stack.
- promote
Type: Microsoft.SPOT.Input. . :: . .StagingAreaInputItem
The input to be replaced on (removed from) the staging area stack.
Return Value
Type: Microsoft.SPOT.Input. . :: . .StagingAreaInputItem
The staging area input item that wraps the specified input.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.