共用方式為


TwoPaneViewPriority 列舉

定義

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

適用于 UWP 的對等 WinUI 2 APIMicrosoft.UI.Xaml.Controls.TwoPaneViewPriority (在Windows 應用程式 SDK中,請參閱Windows 應用程式 SDK命名空間) 。

public enum class TwoPaneViewPriority
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
enum class TwoPaneViewPriority
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
public enum TwoPaneViewPriority
Public Enum TwoPaneViewPriority
繼承
TwoPaneViewPriority
屬性

Windows 需求

規格需求 Description
裝置系列
Windows 10, version 1903 (已於 10.0.18362.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v8.0 引進)

欄位

名稱 Description
Pane1 0

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

Pane2 1

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

適用於

另請參閱