The Map Prefix quick fix is available once Telerik® JustCode™ has detected a prefix to a missing namespace in XAML. Telerik® JustCode™ underlines the namespace and suggests you to automatically add the missing namespace.
Note |
---|
Language Support Supported: XAML Not relevant: C#, VB.NET, ASP.NET, JavaScript, HTML |
To map prefix to a missing namespace
- Position the caret over the underlined namespace.
Press Alt+Enter. From the pop-up menu, select Map Prefix '<prefix>' to '<namespace>'.
The result is as follows:
See Also