StagingAreaInputItem.SetData(Object, Object) Method

Definition

Creates a dictionary entry by using the specified key and the specified data.

public:
 void SetData(System::Object ^ key, System::Object ^ value);
public void SetData (object key, object value);
[System.Security.SecurityCritical]
public void SetData (object key, object value);
member this.SetData : obj * obj -> unit
[<System.Security.SecurityCritical>]
member this.SetData : obj * obj -> unit
Public Sub SetData (key As Object, value As Object)

Parameters

key
Object

An arbitrary key for the data. This cannot be null.

value
Object

The data to set for this key. This can be null.

Attributes

Remarks

This data is used during the processing of this input event.

Applies to

See also