다음을 통해 공유


ToastCollection.Icon 속성

정의

알림 센터의 그룹 제목 옆에 표시되는 아이콘을 가져오거나 설정합니다.

public:
 property Uri ^ Icon { Uri ^ get(); void set(Uri ^ value); };
Uri Icon();

void Icon(Uri value);
public System.Uri Icon { get; set; }
var uri = toastCollection.icon;
toastCollection.icon = uri;
Public Property Icon As Uri

속성 값

알림 센터의 그룹 제목 옆에 표시되는 아이콘입니다.

적용 대상