Vertaling van "code xaml" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Dans cet article, je me focaliserai sur le partage de code XAML.
In this article, we will focus on sharing XAML code.
C'est le nom du fichier source contenant le code XAML.
It is the name of the source file containing the XAML code.
Pouvoir utiliser le même code XAML pour une image fixe ou animée
Use the same XAML code for normal and animated images
La première affiche le code XAML alors que la seconde affiche au développeur sa représentation graphique.
One view displays the XAML code while the other view shows the developer its visual design representation.
Par ailleurs, les ressources BAML étant dupliquées dans les assemblys satellites, toute modification du code XAML requiert une régénération de tous les assemblys satellites traduits.
In addition, BAML resources are duplicated in satellite assemblies, and any amendment of the XAML code requires a regeneration of all the translated satellite assemblies.
Le code XAML que l'on trouve dedans (XAML est expliqué en détail dans les autres chapitres de ce tutoriel) devrait ressembler à quelque chose comme ceci
The XAML code found in it (XAML is discussed in details in another chapter of this tutorial) should look something like this
Notre classe SimpleGrid est d'ores et déjà utilisable... à partir du code C#, ce qui ne nous aide pas beaucoup quand il s'agit de simplifier le code XAML.
At this point, our SimpleGrid is already usable... from C# code, which doesn't really help us since we're trying to make the XAML code simpler.
Dans l'article précédent, nous avons ajouté des éléments à un contrôle ListView via du code XAML, mais avec la librairie WPF, tout est question de "Data Binding".
In the previous article, we manually populated a ListView control through XAML code, but in WPF, it's all about data binding.
Vous trouverez la première partie de cet article ici : Stratégies de partage de code XAML dans les applications universelles 1/2.
This is the second part of the article, you can find the first one here: Strategies for sharing XAML code in Universal Apps (1/2)
Une première approche pourrait être de conserver le code XAML dans le projet partagé et adapter le positionnement des contrôles en fonction du mode portrait ou paysage de la page, que ce soit sur Windows 8 ou Windows Phone.
A first approach could be to keep that xaml code in the shared project and adapt the layout according to the portrait/landscape mode, whether the app executes on Windows Phone or Windows 8.
Voici les concepts clés du code XAML.
That was the key concepts of the XAML.
Une erreur ne peut pas être effacée après que le code XAML est temporairement placé dans un état non valide.
An error may not be cleared after the XAML is temporarily put in an invalid state.
Le code XAML représente directement l'instanciation d'objets dans un ensemble spécifiques de types de stockage défini dans des assemblys.
XAML directly represents the instantiation of objects in a specific set of backing types defined in assemblies.