Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.07 KB

ibindablevector.md

File metadata and controls

32 lines (19 loc) · 1.07 KB
-api-id -api-type
T:Windows.UI.Xaml.Interop.IBindableVector
winrt interface

Windows.UI.Xaml.Interop.IBindableVector

-description

Represents a writeable vector collection of objects that is bindable.

.NET This interface appears as System.Collections.IList.

-remarks

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

Interface inheritance

IBindableVector inherits IBindableIterable. Types that implement IBindableVector also implement the interface members of IBindableIterable for C++ usage.

-examples

-see-also

IBindableIterable, XAML data binding sample