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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.