共用方式為


PhotoImportFindItemsResult.SelectedVideosSizeInBytes 屬性

定義

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

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

屬性值

UInt64

unsigned long long

uint64_t

目前選取的影片大小,以位元組為單位。

適用於