PhotoImportFindItemsResult.SelectedTotalSizeInBytes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The total size of the all items that are currently selected, in bytes.