다음을 통해 공유


BackgroundUploader.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 = backgroundUploader.successTileNotification;
backgroundUploader.successTileNotification = tileNotification;
Public Property SuccessTileNotification As TileNotification

속성 값

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

적용 대상

추가 정보