共用方式為


PhotoImportFindItemsResult.SelectedSidecarsSizeInBytes 屬性

定義

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

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

屬性值

UInt64

unsigned long long

uint64_t

目前選取的側車檔案大小。

適用於