次の方法で共有


PhotoImportFindItemsResult.SelectedTotalSizeInBytes プロパティ

定義

ImportItemsAsync 操作に含まれる現在選択されているすべての項目の合計サイズをバイト単位で取得します。

public:
 property unsigned long long SelectedTotalSizeInBytes { unsigned long long get(); };
uint64_t SelectedTotalSizeInBytes();
public ulong SelectedTotalSizeInBytes { get; }
var uInt64 = photoImportFindItemsResult.selectedTotalSizeInBytes;
Public ReadOnly Property SelectedTotalSizeInBytes As ULong

プロパティ値

UInt64

unsigned long long

uint64_t

現在選択されているすべての項目の合計サイズ (バイト単位)。

適用対象