Commit 8a8570f
Clarify that there is no XAML markup extension for .resw string resources
Adds a note to the "Refer to a string resource identifier from XAML" section
explaining that there is no markup extension (like {StaticResource}) for directly
assigning .resw string resources to XAML properties. Directs developers to use
x:Uid for the XAML approach, or ResourceLoader.GetString() in code.
Addresses #4724
Co-authored-by: Copilot <[email protected]>1 parent 92108f8 commit 8a8570f
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
73 | 76 | | |
74 | 77 | | |
75 | 78 | | |
| |||
0 commit comments