次の方法で共有


PhotoImportItem.SizeInBytes プロパティ

定義

項目のサイズをバイト単位で取得します。

public:
 property unsigned long long SizeInBytes { unsigned long long get(); };
uint64_t SizeInBytes();
public ulong SizeInBytes { get; }
var uInt64 = photoImportItem.sizeInBytes;
Public ReadOnly Property SizeInBytes As ULong

プロパティ値

UInt64

unsigned long long

uint64_t

項目のサイズ (バイト単位)。

適用対象