Share via


PushInput Method (StagingAreaInputItem)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Places the specified input on the top of the staging area stack.

Namespace:  Microsoft.SPOT.Input
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Function PushInput ( _
    input As StagingAreaInputItem _
) As StagingAreaInputItem
public StagingAreaInputItem PushInput(
    StagingAreaInputItem input
)
public:
StagingAreaInputItem^ PushInput(
    StagingAreaInputItem^ input
)
member PushInput : 
        input:StagingAreaInputItem -> StagingAreaInputItem 
public function PushInput(
    input : StagingAreaInputItem
) : StagingAreaInputItem

Parameters

Return Value

Type: Microsoft.SPOT.Input. . :: . .StagingAreaInputItem
The staging area input item that wraps the specified input.

Remarks

The value of the input parameter cannot be null Nothing nullptr unit a null reference (Nothing in Visual Basic) , and it cannot already exist in the staging area.

.NET Framework Security

See Also

Reference

ProcessInputEventArgs Class

PushInput Overload

Microsoft.SPOT.Input Namespace