다음을 통해 공유


BackgroundDownloader.SuccessTileNotification 속성

정의

사용자에게 다운로드 성공을 나타낼 때 앱 타일을 업데이트하는 데 사용되는 타일 알림의 시각적 개체, 식별 태그 및 만료 시간을 정의하는 데 사용되는 TileNotification 을 가져오거나 설정합니다.

public:
 property TileNotification ^ SuccessTileNotification { TileNotification ^ get(); void set(TileNotification ^ value); };
TileNotification SuccessTileNotification();

void SuccessTileNotification(TileNotification value);
public TileNotification SuccessTileNotification { get; set; }
var tileNotification = backgroundDownloader.successTileNotification;
backgroundDownloader.successTileNotification = tileNotification;
Public Property SuccessTileNotification As TileNotification

속성 값

다운로드 성공을 나타내는 데 사용되는 TileNotification 입니다.

적용 대상

추가 정보