Delen via


IArrayItemCommand.Invoke(IDictionary<String,Object>) Method

Definition

Invokes the command on the item represented by arrayItemContent. Each key in arrayItemContent matches a property defined in the array setting, and the corresponding value is the current value of that property. This will always be invoked on the main thread.

public void Invoke (System.Collections.Generic.IDictionary<string,object> arrayItemContent);
abstract member Invoke : System.Collections.Generic.IDictionary<string, obj> -> unit
Public Sub Invoke (arrayItemContent As IDictionary(Of String, Object))

Parameters

arrayItemContent
IDictionary<String,Object>

Applies to