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
- input
Type: Microsoft.SPOT.Input. . :: . .StagingAreaInputItem
The input to be placed on the top of the staging area stack.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.