Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><a href="http://msdn.microsoft.com/en-us/library/windows/apps/br230302.aspx" rel="nofollow">You have a limited part of the .net api available</a>:</p> <blockquote> <p>The .NET Framework provides a subset of managed types that you can use to create Metro style apps for Windows using C# or Visual Basic. This subset of managed types is called the .NET for Windows Store apps and enables .NET Framework developers to create Metro style apps within a familiar programming framework. Any types that are not related to developing Metro style apps are not included in the subset.</p> <p>You use these managed types with types from the Windows Runtime API to create Metro style apps. Typically, you won't notice any differences between using the managed types and the Windows Runtime types except that the managed types reside in namespaces that start with System, and the Windows Runtime types reside in namespaces that start with Windows. Together, the .NET for Windows Store apps and the Windows Runtime provide the complete set of types and members available for developing Metro style apps with C# or Visual Basic.</p> </blockquote> <p><a href="http://msdn.microsoft.com/en-us/library/windows/apps/hh694083.aspx" rel="nofollow">There are app store requirements</a>.</p> <blockquote> <p>3.1 You must use only the Metro style APIs to implement the features of your Metro style app We describe these APIs in the Metro style apps API reference. Your app may only depend on software listed in the Windows Store.</p> </blockquote> <p><a href="http://www.infoq.com/news/2011/09/Design-Details-Windows-Runtime" rel="nofollow">Apps are sandboxed</a>. </p> <p>In short, you must you the api provided.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload