StorageProviderQuotaUI.QuotaUsedLabel Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
Remarques
Windows peut utiliser une chaîne par défaut si cette propriété n’est pas présente.