maui-linux/Xamarin.Forms.Xaml.UnitTests/GenericCollections.xaml

13 строки
486 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:local="clr-namespace:Xamarin.Forms.Xaml.UnitTests"
x:Class="Xamarin.Forms.Xaml.UnitTests.GenericCollections">
<Label x:Name="label0">
<local:AttachedBP.AttachedBP>
<local:GenericCollection>
<x:String>Foo</x:String>
</local:GenericCollection>
</local:AttachedBP.AttachedBP>
</Label>
</ContentPage>