TwoPaneView.PanePriority プロパティ

定義

どのウィンドウが優先されるかを示す値を取得または設定します。

このドキュメントは、UWP 用 WinUI 2 に適用されます (Windows アプリ SDKWinUI については、Windows アプリ SDK名前空間を参照してください)。

public:
 property TwoPaneViewPriority PanePriority { TwoPaneViewPriority get(); void set(TwoPaneViewPriority value); };
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TwoPaneViewPriority::Pane1")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TwoPaneViewPriority::Pane1")]
TwoPaneViewPriority PanePriority();

void PanePriority(TwoPaneViewPriority value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TwoPaneViewPriority::Pane1")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TwoPaneViewPriority::Pane1")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TwoPaneViewPriority::Pane1")]
TwoPaneViewPriority PanePriority();

void PanePriority(TwoPaneViewPriority value);
public TwoPaneViewPriority PanePriority { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TwoPaneViewPriority::Pane1")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TwoPaneViewPriority::Pane1")] set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TwoPaneViewPriority::Pane1")]
public TwoPaneViewPriority PanePriority { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TwoPaneViewPriority::Pane1")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::TwoPaneViewPriority::Pane1")] set; }
Public Property PanePriority As TwoPaneViewPriority

プロパティ値

どのペインが優先度を持つかを示す列挙値。

属性
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

適用対象