NotificationBinding.Template プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このバインド ビジュアルのテンプレートを取得または設定します。
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
プロパティ値
このバインド ビジュアルのテンプレート。 KnownNotificationBindings クラスのプロパティを使用して、使用可能な各テンプレート型の文字列を取得できます。