AppNotificationProgressData(UInt32) 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 시퀀스 번호를 사용하여 AppNotificationProgressData 클래스의 인스턴스를 만듭니다.
public:
AppNotificationProgressData(unsigned int sequenceNumber);
AppNotificationProgressData(uint32_t const& sequenceNumber);
public AppNotificationProgressData(uint sequenceNumber);
function AppNotificationProgressData(sequenceNumber)
Public Sub New (sequenceNumber As UInteger)
매개 변수
- sequenceNumber
-
UInt32
unsigned int
uint32_t
진행률 데이터 업데이트의 순서를 지정하는 0이 아닌 정수입니다. 여러 AppNotificationProgressData 개체가 수신되면 플랫폼은 0이 아닌 가장 큰 숫자로 데이터를 표시합니다.
설명
UpdateAsync호출하여 앱 알림 진행률 업데이트를 시작합니다.