IBindableIterable.First Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a bindable iterator that iterates over the items in the collection.
public:
IBindableIterator ^ First();
IBindableIterator First();
public IBindableIterator First();
function first()
Public Function First () As IBindableIterator
Returns
The bindable iterator.
Remarks
This interface supports the creation of data bindable collections in C++. When programming with .NET, this interface is hidden and developers should use the System.Collections.IEnumerable interface instead.