标签: silverlight xaml
在Silverlight XAML中,我可以给控件一个这样的名字:
<Button Name="MyButton" />
或者像这样:
<Button x:Name="MyButton" />
那么,有什么区别?
答案 0 :(得分:1)
查看Is there any difference in x:name and name for controls in xaml file?帖子。
答案 1 :(得分:0)
以下是an answer,是针对相同问题发布的(与WPF相关的问题)。