次の方法で共有


LockScreenInfo クラス

定義

壁紙、バッジなど、既定のロック画面がアクセスできるのと同じデータへのアクセスを提供します。

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
継承
Object Platform::Object IInspectable 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

ロック画面のイメージが変更されたことを示します。

適用対象