3
我想要的東西來代替如何使用標記擴展在XAML中編寫值對象?
<Button Text="Foo" Command="{Binding Foo}">
<Button.CommandParameter>
<System:Boolean>True</System:Boolean>
</Button.CommandParameter>
</Button>
像
<Button ... CommandParameter="{???}"/>