다음을 통해 공유


UserNotificationChangedEventArgs.UserNotificationId 속성

정의

변경된 사용자 알림의 ID를 가져옵니다.

public:
 property unsigned int UserNotificationId { unsigned int get(); };
uint32_t UserNotificationId();
public uint UserNotificationId { get; }
var uInt32 = userNotificationChangedEventArgs.userNotificationId;
Public ReadOnly Property UserNotificationId As UInteger

속성 값

UInt32

unsigned int

uint32_t

변경된 사용자 알림의 ID입니다.

적용 대상