Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 605 Bytes

icustomproperty_setindexedvalue_1814804554.md

File metadata and controls

29 lines (20 loc) · 605 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Data.ICustomProperty.SetIndexedValue(System.Object,System.Object,System.Object)
winrt method

Microsoft.UI.Xaml.Data.ICustomProperty.SetIndexedValue

-description

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

-parameters

-param target

The owner instance.

-param value

The value to set.

-param index

The index location to set to.

-remarks

-examples

-see-also