StorageProviderQuotaUI.QuotaUsedLabel 属性

定义

此字符串旨在提供配额栏值的显式上下文,例如 5.0 GB 为 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

属性值

String

Platform::String

winrt::hstring

注解

如果此属性不存在,Windows 可能会使用默认字符串。

适用于

另请参阅