ToastCollection(String, String, String, Uri) 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
새 알림 메시지 그룹을 만듭니다.
public:
ToastCollection(Platform::String ^ collectionId, Platform::String ^ displayName, Platform::String ^ launchArgs, Uri ^ iconUri);
ToastCollection(winrt::hstring const& collectionId, winrt::hstring const& displayName, winrt::hstring const& launchArgs, Uri const& iconUri);
public ToastCollection(string collectionId, string displayName, string launchArgs, System.Uri iconUri);
function ToastCollection(collectionId, displayName, launchArgs, iconUri)
Public Sub New (collectionId As String, displayName As String, launchArgs As String, iconUri As Uri)
매개 변수
- collectionId
-
String
Platform::String
winrt::hstring
그룹의 ID입니다. ID를 사용하여 ToastCollectionManager로 그룹을 조작할 수 있습니다.
- displayName
-
String
Platform::String
winrt::hstring
알림 센터에 표시할 그룹의 제목입니다.
- launchArgs
-
String
Platform::String
winrt::hstring
사용자가 알림 센터에서 알림 그룹 제목을 클릭할 때 앱에 전달되는 시작 인수입니다.