LockScreenInfo 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供預設鎖定畫面可存取之相同資料的存取權,例如桌布、徽章等等。
public ref class LockScreenInfo sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class LockScreenInfo final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class LockScreenInfo
Public NotInheritable Class LockScreenInfo
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
屬性
AlarmIcon |
取得要顯示的警示圖示。 |
Badges |
取得要顯示的徽章。 |
DetailText |
取得要顯示的詳細資料文字。 |
LockScreenImage |
取得要顯示在鎖定畫面上的影像。 |
事件
AlarmIconChanged |
表示警示圖示已變更。 |
BadgesChanged |
表示徽章已變更。 |
DetailTextChanged |
表示詳細資料文字已變更。 |
LockScreenImageChanged |
表示鎖定畫面影像已變更。 |