XAML(C#)的预定义文件模板
本主题列出了 ReSharper 2025.2 中所有 XAML(C#)的预定义文件模板。 有关文件模板的更多信息,请参阅 从模板创建文件。
模板 | 详细信息 |
|---|---|
| 资源字典 范围 MAUI (C#) 项目 主体 <ResourceDictionary xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml">
$END$
</ResourceDictionary>
参数
|
| 内容页面 范围 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>
参数
|
| 内容视图 范围 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>
参数
|
最后修改日期: 2025年 9月 27日