This topic has not yet been rated - Rate this topic

IBindableIterable interface

Extends IIterable to enable data-binding infrastructure requirements.

.NET:  This interface appears as System.Collections.IEnumerable.

Syntax


public interface class IBindableIterable

Attributes

GuidAttribute("036d2c08-df29-41af-8aa2-d774be62ba6f")
VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Members

The IBindableIterable interface inherits from the IUnknown interface. IBindableIterable also has these types of members:

Methods

The IBindableIterable interface has these methods. It also inherits methods from the Object class.

MethodDescription
First Returns a bindable iterator that iterates over the items in the collection.

 

Remarks

When building Windows Store apps with the Microsoft .NET Framework, this interface is hidden and developers should use the System.Collections.IEnumerable interface.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows::UI::Xaml::Interop

Metadata

Windows.winmd

See also

XAML data binding sample

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.