IArrayItemCommand.Invoke(IDictionary<String,Object>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>