ViewModePreferences 类

定义

表示在视图更改为新视图模式时要应用于视图的首选设置。

public ref class ViewModePreferences sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
class ViewModePreferences final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public sealed class ViewModePreferences
Public NotInheritable Class ViewModePreferences
继承
Object Platform::Object IInspectable ViewModePreferences
属性

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)

注解

若要获取 ViewModePreferences 的实例,请调用 CreateDefault 方法。

这些视图模式首选项只是请求的值。 当你的应用更改为新的视图模式时,系统可能会重写这些值。 你指定的自定义大小不保证由 Windows 遵循,因此你不应编写依赖于永远不会进入小于首选最小大小或大于首选最大大小的代码。 当忽略首选大小时,不会返回错误。

属性

CustomSize

获取或设置应用窗口的自定义首选大小。

ViewSizePreference

获取或设置应用窗口的首选大小。

方法

CreateDefault(ApplicationViewMode)

使用为指定视图模式设置的默认属性值创建 ViewModePreferences 的新实例。

适用于