ILockScreenActivatedEventArgs.Info 屬性

定義

取得 物件,允許啟動為鎖定畫面的應用程式取得預設鎖定畫面可以存取的相同資料,以及註冊該資料的更新。

public:
 property Platform::Object ^ Info { Platform::Object ^ get(); };
IInspectable Info();
public object Info { get; }
var object = iLockScreenActivatedEventArgs.info;
Public ReadOnly Property Info As Object

屬性值

Object

Platform::Object

IInspectable

物件,允許啟動為鎖定畫面的應用程式取得預設鎖定畫面可以存取的相同資料,以及註冊該資料的更新。

適用於

另請參閱