Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the number of items in the IListDataAdapter object's data source.
Syntax
iListDataAdapter.getCount().done( /* Your success and error handlers */ );
Parameters
This method has no parameters.
Return value
Type: Promise**
A Promise that contains the number of items the IListDataAdapter contains, or an approximate value if the actual number is unknown.
Requirements
Minimum WinJS version |
WinJS 3.0 |
Namespace |
WinJS.UI |