Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 570 Bytes

icustomproperty_getindexedvalue_406235950.md

File metadata and controls

31 lines (20 loc) · 570 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Data.ICustomProperty.GetIndexedValue(System.Object,System.Object)
winrt method

Windows.UI.Xaml.Data.ICustomProperty.GetIndexedValue

-description

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

-parameters

-param target

The owning instance.

-param index

The index to get.

-returns

The retrieved value at the index.

-remarks

-examples

-see-also