다음을 통해 공유


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

앱 알림의 고유 식별자입니다.

적용 대상