TwoPaneViewPriority 列挙型

定義

どのウィンドウが TwoPaneView で優先されるかを指定する定数を定義します。

public enum class TwoPaneViewPriority
/// [Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=8)]
/// [Windows.Foundation.Metadata.Version(1)]
enum class TwoPaneViewPriority
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 65536)]
enum class TwoPaneViewPriority
[Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=8)]
[Windows.Foundation.Metadata.Version(1)]
public enum TwoPaneViewPriority
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 65536)]
public enum TwoPaneViewPriority
Public Enum TwoPaneViewPriority
継承
TwoPaneViewPriority
属性
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute VersionAttribute ContractVersionAttribute

フィールド

Pane1 0

ウィンドウ 1 が優先されます。

Pane2 1

ウィンドウ 2 が優先されます。

適用対象

こちらもご覧ください