AppNotificationProgressData.ValueStringOverride 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 optional string to be displayed instead of the default percentage string.
public:
property Platform::String ^ ValueStringOverride { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ValueStringOverride();
void ValueStringOverride(winrt::hstring value);
public string ValueStringOverride { get; set; }
var string = appNotificationProgressData.valueStringOverride;
appNotificationProgressData.valueStringOverride = string;
Public Property ValueStringOverride As String
Property Value
The optional value string override.
Remarks
If this string isn't provided, something like "70%" will be displayed.