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

应用通知的唯一标识符。

适用于