ICustomProperty.SetIndexedValue(Object, Object, 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.
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.