Compartir a través de


StorageProviderQuotaUI.QuotaUsedLabel Propiedad

Definición

Esta cadena está pensada para proporcionar contexto explícito en el valor de la barra de cuota, como 5,0 GB de 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

Valor de propiedad

String

Platform::String

winrt::hstring

Se aplica a

Consulte también