Edit

Share via


BindableString(String) Constructor

Definition

Initializes a new instance of the BindableString class. A new binding for a string value, with the required binding name. Do NOT include surrounding {} brackets.

public BindableString (string bindingName);
new Microsoft.Toolkit.Uwp.Notifications.BindableString : string -> Microsoft.Toolkit.Uwp.Notifications.BindableString
Public Sub New (bindingName As String)

Parameters

bindingName
String

The name that maps to your data binding value.

Applies to