Partager via


StorageProviderQuotaUI.QuotaUsedLabel Propriété

Définition

Cette chaîne est destinée à fournir un contexte explicite sur la valeur de la barre de quota, par exemple 5,0 Go de 10,0 Go.

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

Valeur de propriété

String

Platform::String

winrt::hstring

Remarques

Windows peut utiliser une chaîne par défaut si cette propriété n’est pas présente.

S’applique à

Voir aussi