XAML:
<toolkit:ListPicker x:Name="profession" SelectionChanged="ListPicker_SelectionChanged">
<toolkit:ListPickerItem Content="Value1" />
</toolkit:ListPicker>
如何ListPickerItem
在 C# 代码中添加要使用的密钥?
我想要的类似于控件的 HTMLvalue
属性option
。
我想要的示例:(C# 代码,OFC 不工作..)
int a = profession.SelectedItem.Key;