ViewModePreferences 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示當檢視變更為新的檢視模式時,要套用至檢視的慣用設定。
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
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10 Creators Update (已於 10.0.15063.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)
|
備註
若要取得 ViewModePreferences的實例,請呼叫 CreateDefault 方法。
這些檢視模式喜好設定只要求值。 當您的應用程式變更為新的檢視模式時,系統可能會覆寫這些值。 您指定的自訂大小不保證受 Windows 接受,因此您不應該撰寫依賴的程式碼永遠不會進入小於慣用大小下限或大於慣用大小上限的大小。 忽略慣用大小時,不會傳回任何錯誤。
屬性
CustomSize |
取得或設定應用程式視窗的自訂慣用大小。 |
ViewSizePreference |
取得或設定應用程式視窗的慣用大小。 |
方法
CreateDefault(ApplicationViewMode) |
使用針對指定的檢視模式設定的預設屬性值,建立 ViewModePreferences 的新實例。 |