This topic has not yet been rated - Rate this topic

IBindableVectorView interface

Represents a read-only vector collection of objects that is bindable.

Syntax


public interface class IBindableVectorView : IBindableIterable

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.

MethodDescription
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.

PropertyAccess typeDescription

Size

Read-onlyGets 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

Windows.UI.Xaml.Interop
Windows::UI::Xaml::Interop [C++]

Metadata

Windows.winmd

See also

IBindableIterable
XAML data binding sample

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.