Share via


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 具有优先级。

适用于

另请参阅