共用方式為


PhotoImportFindItemsResult.SelectedSiblingsSizeInBytes 屬性

定義

取得目前選取要包含在 ImportItemsAsync 作業中之同層級檔案的大小,以位元組為單位。

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

屬性值

UInt64

unsigned long long

uint64_t

目前選取的同層級檔案大小。

適用於