Sdílet prostřednictvím


StorageProviderQuotaUI.QuotaUsedLabel Property

Definition

This string is intended to provide explicit context on the quota bar value, such as 5.0 GB of 10.0 GB.

public:
 property Platform::String ^ QuotaUsedLabel { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring QuotaUsedLabel();

void QuotaUsedLabel(winrt::hstring value);
public string QuotaUsedLabel { get; set; }
var string = storageProviderQuotaUI.quotaUsedLabel;
storageProviderQuotaUI.quotaUsedLabel = string;
Public Property QuotaUsedLabel As String

Property Value

String

Platform::String

winrt::hstring

Applies to

See also