zoukankan      html  css  js  c++  java
  • XAML applications can run in one of two ways

    XAML applications can run in one of two ways:

     

     

    XAML browser applications: They can run as XAML browser applications where they are

     

    hosted in the browser. They are not run on a user’s system and cannot run offline. From a

      

    security point of view, they execute in the Internet security zone, which limits their access

     

    to system resources. Because of this higher level of safety, they do not require user permission

    to run.

     

     

    Installed applications: They can also run as installed applications. These applications will

     

    either be hosted in a stand-alone window (like any Windows application, as shown


    in Figure 2-1) or be hosted in the WPF navigation window (see Figure 2-2). This


    window contains a navigation band at the top of the client region with forward and


    backward buttons. This band is overridable by developers who want to build their own


    navigator, and to that end the navigation window is programmable through the


    System.Windows.Navigation.NavigationWindow class. This is beyond the scope of this


    book, but you can check out the Windows software development kit (SDK) documentation


    for this class for details about how to do this. Each type has full access to system


    resources.

  • 相关阅读:
    NOIP simulation
    NOIP2013
    BZOJ 4176 Lucas的数论
    BZOJ 3512 DZY Loves Math IV
    BZOJ 3994 Sum
    BZOJ 4174 tty的求助
    BZOJ 3561 DZY Loves Math VI
    BZOJ 2508 简单题/BZOJ 3775 点和直线
    FTR #1 百步穿杨
    BZOJ 4407 于神之怒加强版
  • 原文地址:https://www.cnblogs.com/mz121star/p/779376.html
Copyright © 2011-2022 走看看