| Author: Anuraj 29 Sep 2009 | Member Level: Diamond | Rating:  Points: 2 |
They are equal. Each component needs a context informationa which can be given in three possible ways : x:Uid, x:Name and Name.
Taken from net:
Visual Windows Presentation Foundation (WPF) Localization
When Sisulizer scans XAML data (either .xaml file or BAML resource inside assembly file) it needs a context information for each component. To get this context information Sisulizer looks for special name/context attributes that contain the name of the control. There are three possible attributes: x:Uid, x:Name and Name. If your XAML data does not contain name attributes Sisulizer will write the following hint to the log file:
Thanks Anuraj THIS POSTING IS PROVIDED "AS IS" WITH NO WARRANTIES, AND CONFERS NO RIGHTS. BEWARE OF BUGS IN THE ABOVE CODE; I HAVE ONLY PROVED IT CORRECT, NOT TRIED IT. dotnetthoghts
|
| Author: Arjune 29 Sep 2009 | Member Level: Gold | Rating:    Points: 6 |
To Add some point
X:UID value cannot be accessed in the code behind whereas name values can be accessed in code behind
Kindly rate the answer if it is helpful
|