次の方法で共有


PlatformTelemetryRegistrationSettings.StorageSize プロパティ

定義

クライアントのストレージ サイズを取得します。

public:
 property unsigned int StorageSize { unsigned int get(); void set(unsigned int value); };
uint32_t StorageSize();

void StorageSize(uint32_t value);
public uint StorageSize { get; set; }
var uInt32 = platformTelemetryRegistrationSettings.storageSize;
platformTelemetryRegistrationSettings.storageSize = uInt32;
Public Property StorageSize As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

クライアントのストレージ サイズ (バイト単位)。 値は 0 より大きく、100 メガバイト未満である必要があります。

適用対象