次の方法で共有


StorageProviderQuotaUI.QuotaUsedLabel プロパティ

定義

この文字列は、5.0 GB の 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

プロパティ値

String

Platform::String

winrt::hstring

注釈

このプロパティが存在しない場合、Windows は既定の文字列を使用できます。

適用対象

こちらもご覧ください