Share via


SetData Method

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

Creates an entry, associating it with a specified key.

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

Syntax

'Declaration
Public Sub SetData ( _
    key As Object, _
    value As Object _
)
public void SetData(
    Object key,
    Object value
)
public:
void SetData(
    Object^ key, 
    Object^ value
)
member SetData : 
        key:Object * 
        value:Object -> unit 
public function SetData(
    key : Object, 
    value : Object
)

Parameters

.NET Framework Security

See Also

Reference

StagingAreaInputItem Class

Microsoft.SPOT.Input Namespace