Share via


GetData Method

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

Gets the entry associated with a specified key.

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

Syntax

'Declaration
Public Function GetData ( _
    key As Object _
) As Object
public Object GetData(
    Object key
)
public:
Object^ GetData(
    Object^ key
)
member GetData : 
        key:Object -> Object 
public function GetData(
    key : Object
) : Object

Parameters

  • key
    Type: System. . :: . .Object
    An object that specifies the key for which you want to get the associated entry.

Return Value

Type: System. . :: . .Object
An object that represents the input and its event-related data.

.NET Framework Security

See Also

Reference

StagingAreaInputItem Class

Microsoft.SPOT.Input Namespace