共用方式為


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

目前選取的所有專案大小總計,以位元組為單位。

適用於