Поделиться через


StorageProviderQuotaUI.QuotaUsedLabel Свойство

Определение

Эта строка предназначена для предоставления явного контекста значения панели квоты, например 5,0 ГБ 10,0 ГБ.

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 может использовать строку по умолчанию, если это свойство отсутствует.

Применяется к

См. также раздел