Subject | English | Norwegian (Nynorsk) |
comp., MS | folder tree | mappetre (A hierarchy of folders in the Exchange store very similar in structure to the standard file system. A single folder can contain child folders, which, in turn, can contain other child folders) |
comp., MS | logical tree | logisk tre (In Windows Presentation Foundation, the tree containing all the elements and content that are directly created by an application and used for a user interface element. For the specified element, the logical tree is not a strict subset of its visual tree, because elements derived from the Visual base class might contain elements that are not derived from the Visual class. For example, the elements might contain a String, a TextElement, or any other common language runtime object) |
comp., MS | Quick Tag Tree | hurtigkodetre (The hierarchical HTML tag structure of an opened HTML document that appears in a window docked beneath the quick tag selector) |
comp., MS | red/black tree | raud-svart tre (A binary search tree which uses a one-bit flag on each node to identify the node by color: either red or black. A set of constraints on node color helps form an approximately balanced binary tree) |
comp., MS | tag tree | kodetre (The hierarchical HTML tag structure of an opened HTML document that appears in a task pane window) |
comp., MS | visual tree | visuelt tre (In Windows Presentation Foundation, the element tree containing all visual elements (elements that derive from the type System.Windows.Media.Visual) used for a piece of the user interface. This tree is the accumulation of all visual elements created directly by the application (whether in code or in markup) and all visual elements created by the template expansion of elements such as controls and data objects) |