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 |
ロック画面のイメージが変更されたことを示します。 |