码迷,mamicode.com
首页 > 其他好文 > 详细

x:ArrayExtension

时间:2017-12-30 20:04:12      阅读:126      评论:0      收藏:0      [点我收藏+]

标签:note   sources   names   xmlns   tree   git   practice   space   att   

<Window.Resources>
    <x:ArrayExtension x:Key="array" Type="{x:Type sys:Int32}">
        <sys:Int32>20</sys:Int32>
        <sys:Int32>21</sys:Int32>
        <sys:Int32>22</sys:Int32>
    </x:ArrayExtension>
</Window.Resources>
<Grid>
    <ListBox ItemsSource="{StaticResource array}"></ListBox>
</Grid>

Tips

xmlns:sys="clr-namespace:System;assembly=mscorlib"

示例代码

https://github.com/zLulus/NotePractice/tree/dev3/WPF/WpfDemo/ArrayExtension

x:ArrayExtension

标签:note   sources   names   xmlns   tree   git   practice   space   att   

原文地址:https://www.cnblogs.com/Lulus/p/8150887.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!