IBindableVectorView interface
Represents a read-only vector collection of objects that is bindable.
Syntax
Attributes
- GuidAttribute("346dd6e7-976e-4bc3-815d-ece243bc0f33")
- VersionAttribute(NTDDI_WIN8)
- WebHostHiddenAttribute()
Members
The IBindableVectorView interface has these types of members:
Methods
The IBindableVectorView interface has these methods. It also inherits methods from the Object class.
| Method | Description |
|---|---|
| GetAt | Returns the item at the specified index in the vector. |
| IndexOf | Returns the index of a specified item in the vector. |
Properties
The IBindableVectorView interface has these properties.
| Property | Access type | Description |
|---|---|---|
| Read-only | Gets the number of items in the vector. |
Remarks
This interface supports the creation of data bindable collections in C++. When building Windows Store apps with the Microsoft .NET Framework, you should use ObservableCollection(Of T) or implement IList and INotifyCollectionChanged. For more info, see Binding to collections.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012
