SharedModeSettings 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供共用模式之設定的存取權。 例如,具有大型螢幕的裝置可支援大型共用應用程式。
public ref class SharedModeSettings abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.Profile.ProfileSharedModeContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class SharedModeSettings final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.Profile.ProfileSharedModeContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public static class SharedModeSettings
Public Class SharedModeSettings
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows Team Extension SDK (已於 10.0.10240.0 引進)
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進) |
API contract |
Windows.System.Profile.ProfileSharedModeContract (已於 v1.0 引進)
|
備註
如需在桌面上使用SharedModeSettings時的詳細資訊,請參閱使用 Windows 10 設定共用或來賓電腦。
版本歷程記錄
Windows 版本 | SDK 版本 | 新增值 |
---|---|---|
1703 | 15063 | ShouldAvoidLocalStorage |
屬性
IsEnabled |
取得布林值,指出目前是否已啟用共用模式。 |
ShouldAvoidLocalStorage |
取得布林值,指出您的應用程式不應該將檔案儲存在本機硬碟上。 |