Condividi tramite


StorageProviderQuotaUI.QuotaUsedLabel Proprietà

Definizione

Questa stringa è progettata per fornire contesto esplicito sul valore della barra delle quote, ad esempio 5,0 GB di 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

Valore della proprietà

String

Platform::String

winrt::hstring

Commenti

Windows può usare una stringa predefinita se questa proprietà non è presente.

Si applica a

Vedi anche