NotificationBinding.Template Property

Definition

Gets or sets the template for this binding visual.

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

Property Value

String

Platform::String

winrt::hstring

The template for this binding visual. You can use the properties of the KnownNotificationBindings class to retrieve the string for each of the available template types.

Applies to