ICustomProperty.GetIndexedValue(Object, Object) Method

Definition

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

public:
 Platform::Object ^ GetIndexedValue(Platform::Object ^ target, Platform::Object ^ index);
IInspectable GetIndexedValue(IInspectable const& target, IInspectable const& index);
public object GetIndexedValue(object target, object index);
function getIndexedValue(target, index)
Public Function GetIndexedValue (target As Object, index As Object) As Object

Parameters

target
Object

Platform::Object

IInspectable

The owning instance.

index
Object

Platform::Object

IInspectable

The index to get.

Returns

Object

Platform::Object

IInspectable

The retrieved value at the index.

Applies to