Where do I find conceptual documentation for Windows Runtime? [closed]

坚强是说给别人听的谎言 提交于 2019-12-04 17:33:36

I've just noticed that there seem to be two parallel page hierarchies on MSDN describing the WinRT API:

This is the almost vacuous documentation I rant about in the question. However, some of the API elements are also described in

which is slightly closer to the COM metal, and occasionally contains useful Remarks sections. For example its page for IBuffer reveals that implementations of IBuffer must also implement IBufferByteAccess which provides access to the actual bytes.

It is not ideal (and still seems to leave a lot of information implicit), but it is at least something.

I think this post could be a http://chat.stackoverflow.com/ debate, but not a question. WinRT Api and projections (c#/xaml or html/js etc.) references are in their first release and from my point of view at this time they are just a basic reference, not a extense documentation source.

This happpen usually with all recently created technologies, I think you just need to wait a couple of months and documentation will start to improve gradually.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!