TwoPaneViewPriority 列舉

定義

定義常數,指定哪個窗格在 TwoPaneView 中有較高的優先順序。

C#
[Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=8)]
[Windows.Foundation.Metadata.Version(1)]
public enum TwoPaneViewPriority
C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 65536)]
public enum TwoPaneViewPriority
繼承
TwoPaneViewPriority
屬性
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute VersionAttribute ContractVersionAttribute

欄位

名稱 Description
Pane1 0

窗格 1 具有較高的優先順序。

Pane2 1

窗格 2 具有較高的優先順序。

適用於

產品 版本
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

另請參閱