共用方式為


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 可能會使用預設字串。

適用於

另請參閱