NotificationBinding.Template Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.