XAML(C#)的预定义文件模板
本主题列出了 ReSharper 2026.1 中所有 XAML(C#)的预定义文件模板。 有关文件模板的更多信息,请参阅 从模板创建文件。
模板 | 详情 |
|---|---|
| Resource Dictionary 范围 MAUI(C#)项目 正文 <ResourceDictionary xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml">
$END$
</ResourceDictionary>
参数
|
| Content Page 范围 MAUI(C#)项目 正文 <?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="$NAMESPACE$.$CLASS$">
<ContentPage.Content>
$END$
</ContentPage.Content>
</ContentPage>
参数
|
| Content View 范围 MAUI(C#)项目 正文 <?xml version="1.0" encoding="utf-8" ?>
<ContentView xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="$NAMESPACE$.$CLASS$">
$END$
</ContentView>
参数
|
2026年 3月 25日