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 年 6 月 12 日