PhotoImportFindItemsResult.SelectedPhotosCount Property

Definition

Gets the number of photos that are currently selected to be included in the ImportItemsAsync operation.

public:
 property unsigned int SelectedPhotosCount { unsigned int get(); };
uint32_t SelectedPhotosCount();
public uint SelectedPhotosCount { get; }
var uInt32 = photoImportFindItemsResult.selectedPhotosCount;
Public ReadOnly Property SelectedPhotosCount As UInteger

Property Value

UInt32

unsigned int

uint32_t

The number of photos that are currently selected.

Applies to