ICustomProperty.SetIndexedValue(Object, Object, Object) Method

Definition

Sets the value at an index location, for cases where the custom property has indexer support.

public:
 void SetIndexedValue(Platform::Object ^ target, Platform::Object ^ value, Platform::Object ^ index);
void SetIndexedValue(IInspectable const& target, IInspectable const& value, IInspectable const& index);
public void SetIndexedValue(object target, object value, object index);
function setIndexedValue(target, value, index)
Public Sub SetIndexedValue (target As Object, value As Object, index As Object)

Parameters

target
Object

Platform::Object

IInspectable

The owner instance.

value
Object

Platform::Object

IInspectable

The value to set.

index
Object

Platform::Object

IInspectable

The index location to set to.

Applies to