次の方法で共有


PhotoImportImportItemsResult.TotalSizeInBytes プロパティ

定義

インポートされたすべてのアイテムの合計サイズをバイト単位で取得します。

public:
 property unsigned long long TotalSizeInBytes { unsigned long long get(); };
uint64_t TotalSizeInBytes();
public ulong TotalSizeInBytes { get; }
var uInt64 = photoImportImportItemsResult.totalSizeInBytes;
Public ReadOnly Property TotalSizeInBytes As ULong

プロパティ値

UInt64

unsigned long long

uint64_t

インポートされたすべてのアイテムの合計サイズ (バイト単位)。

適用対象