次の方法で共有


ToastCollection(String, String, String, Uri) コンストラクター

定義

新しいトースト通知グループを作成します。

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

ユーザーがアクション センターで通知グループのタイトルをクリックしたときにアプリに渡される起動引数。

iconUri
Uri Uri

アクション センターのタイトルの横に表示するアイコン。

適用対象