PopInput Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Removes the input event 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 PopInput As StagingAreaInputItem
public StagingAreaInputItem PopInput()
public:
StagingAreaInputItem^ PopInput()
member PopInput : unit -> StagingAreaInputItem
public function PopInput() : StagingAreaInputItem
Return Value
Type: Microsoft.SPOT.Input. . :: . .StagingAreaInputItem
The input event that is on the top of the staging area stack. The return value will be nullNothingnullptrunita null reference (Nothing in Visual Basic) if the staging area is empty.
.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.