次の方法で共有


AppNotification.Id プロパティ

定義

アプリ通知のプラットフォームによって生成された一意の識別子を取得します。

public:
 property unsigned int Id { unsigned int get(); };
uint32_t Id();
public uint Id { get; }
var uInt32 = appNotification.id;
Public ReadOnly Property Id As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

アプリ通知の一意識別子。

適用対象