PeekInput Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets, but does not remove, 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 PeekInput As StagingAreaInputItem
public StagingAreaInputItem PeekInput()
public:
StagingAreaInputItem^ PeekInput()
member PeekInput : unit -> StagingAreaInputItem
public function PeekInput() : 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.