IBindableVector interface
Represents a writeable vector collection of objects that is bindable.
.NET: This interface appears as System.Collections.IList.
Syntax
public interface class IBindableVector : IBindableIterable
Attributes
- GuidAttribute("393de7de-6fd0-4c0d-bb71-47244a113e93")
- VersionAttribute(NTDDI_WIN8)
- WebHostHiddenAttribute()
Members
The IBindableVector interface inherits from IBindableIterable. IBindableVector also has these types of members:
Methods
The IBindableVector interface has these methods. It also inherits methods from the Object class.
| Method | Description |
|---|---|
| Append | Appends an item to the end of the vector. |
| Clear | Removes all items from the vector. |
| GetAt | Returns the item at the specified index in the vector. |
| GetView | Returns an immutable view of the vector. |
| IndexOf | Returns the index of a specified item in the vector. |
| InsertAt | Inserts an item into a vector at a specified index. |
| RemoveAt | Removes the item at the specified index in the vector. |
| RemoveAtEnd | Removes the last item in the vector. |
| SetAt | Sets the item value at the specified index of the vector. |
Properties
The IBindableVector interface has these properties.
| Property | Access type | Description |
|---|---|---|
| Read-only | Gets the number of items in the vector. |
Remarks
When building Windows Store apps with the Microsoft .NET Framework, this interface is hidden and developers should use the System.Collections.IList interface.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
Windows::UI::Xaml::Interop |
|
Metadata |
|
See also
Build date: 12/4/2012
