PhotoImportFindItemsResult.SelectedPhotosCount 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 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
The number of photos that are currently selected.