Subject | English | Czech |
comp., MS | coded UI test | programový test uživatelského rozhraní (An automated test of the user interface of an application. A coded UI test exercises user actions and validates the expected results) |
comp., MS | new Windows UI | nové uživatelské rozhraní Windows (The new way of interacting with Windows introduced in Windows 8) |
comp., MS | on-object UI A user interface that appears near a selected object, usually after the user right-clicks a selection, for example, a context menu that pops up above or beside a selected object and displays a list of commands that fit the selection | uživatelské rozhraní objektu (on-object UI) |
comp., MS | UI Automation | model UI Automation (The accessibility model for Microsoft Windows that programmatically gathers information about an application's User Interface (UI) elements and exposes it to assistive technology products and automated test scripts) |
comp., MS | UI Automation client | klient využívající model UI Automation (An assistive technology application, such as a screen reader, that uses UI Automation to obtain programmatic access to the UI elements in an application's user interface. The client presents information about UI elements to the end user. Automated test scripts are also considered to be UI Automation clients) |
comp., MS | UI Automation provider | poskytovatel využívající model UI Automation (An implementation of UI Automation interfaces that exposes programmatic information about a UI element. The provider supplies this information to the UI Automation framework in response to UI Automation client requests) |
comp., MS | UI cache | mezipaměť uživatelského rozhraní (A cache that stores information that is used by Delegated Administration Console. The UI cache selectively makes user interface elements available to users based on their logon credentials. By default, the information is stored in the cache for five minutes, but this property is configurable) |
comp., MS | UI Control Locator | Vyhledávání ovládacích prvků uživatelského rozhraní (A tool that identifies controls to use in a coded UI test) |
comp., MS | UI Privilege Isolation | Izolace aplikací s nízkými oprávněními (A window manager subsystem that blocks applications at a lower UI privilege level from sending messages to or hooking threads belonging to processes with a higher UI privilege level) |
comp., MS | UI surface | plocha uživatelského rozhraní (The area in the new Windows UI where developers can place controls. The UI surface includes the app canvas, the app bar, a context menu, a flyout, and so on) |
comp., MS | Windows UI control | ovládací prvek uživatelského rozhraní Windows (A UI control available through WinUI that allow an app take on the look and feel of Windows. Regardless of the developer's choice to use HTML/JS or C++/C, the developer can create an application that carries the new Windows experience. This includes controls enabling the display, entry and manipulation of data and content including View Controls, Text Controls, Pattern Controls, Overlay Controls, Media (Video & Audio) Controls, Content Controls, Collection Controls, and Basic Controls. These controls are available for Windows Store apps) |
comp., MS | Windows.UI.Xaml | rozhraní Windows.UI.Xaml (The APIs that developers can use to create the UI for their Windows app if they use a language other than JavaScript and/or if they have experience with XAML) |