PhotoImportFindItemsResult.SelectedTotalSizeInBytes Property

Definition

Gets the total size of the all items that are currently selected to be included in the ImportItemsAsync operation, in bytes.

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

Property Value

UInt64

unsigned long long

uint64_t

The total size of the all items that are currently selected, in bytes.

Applies to