Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 819 Bytes

ibindablevector_setat_1483658370.md

File metadata and controls

28 lines (20 loc) · 819 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Interop.IBindableVector.SetAt(System.UInt32,System.Object)
winrt method

Microsoft.UI.Xaml.Interop.IBindableVector.SetAt

-description

Sets the item value at the specified index of the vector.

-parameters

-param index

The zero-based index of the vector, at which to set the value.

-param value

The item value to set.

-remarks

When programming with .NET, this interface is hidden and developers should use the System.Collections.IList interface.

-examples

-see-also

XAML data binding sample