WinJS.Binding.List API文件不完整? [英] WinJS.Binding.List API document incomplete?

查看:61
本文介绍了WinJS.Binding.List API文件不完整?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我不明白为什么WinJS.Binding.List对象的API文档


http://msdn.microsoft.com/en-us/library/windows/apps/hh700774


不包括 dataSource 作为媒体资源。 如:


 var myList = new WinJS.Binding.List(myArray); 
document.getElementById(" myListView")。winControl.itemDataSource = myList.dataSource;








解决方案

嗨J,


这是否包含在您的其他帖子中?


http ://social.msdn.microsoft.com/Forums/en-US/winappswithhtml5/thread/58eeef41-acaa-400a-9702-3c7d4be6c425


-Jeff


I don't understand why the API documentation for WinJS.Binding.List object

http://msdn.microsoft.com/en-us/library/windows/apps/hh700774

does not include dataSource as a property.  As in:

var myList = new WinJS.Binding.List(myArray);
document.getElementById("myListView").winControl.itemDataSource = myList.dataSource;


解决方案

Hi J,

Is this covered by your other post?

http://social.msdn.microsoft.com/Forums/en-US/winappswithhtml5/thread/58eeef41-acaa-400a-9702-3c7d4be6c425

-Jeff


这篇关于WinJS.Binding.List API文件不完整?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆