次の方法で共有


NotificationBinding.Template プロパティ

定義

このバインド ビジュアルのテンプレートを取得または設定します。

public:
 property Platform::String ^ Template { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Template();

void Template(winrt::hstring value);
public string Template { get; set; }
var string = notificationBinding.template;
notificationBinding.template = string;
Public Property Template As String

プロパティ値

String

Platform::String

winrt::hstring

このバインド ビジュアルのテンプレート。 KnownNotificationBindings クラスのプロパティを使用して、使用可能な各テンプレート型の文字列を取得できます。

適用対象